FLUJOS/VISUALIZACION/node_modules/polished/lib/helpers/stripUnit.d.ts
2025-11-07 00:06:12 +01:00

3 lines
96 B
TypeScript
Executable file

declare function stripUnit(value: string | number): string | number;
export default stripUnit;