UNPKG

@js-draw/math

Version:
4 lines (3 loc) 129 B
/** Cleans up stringified numbers */ export declare const cleanUpNumber: (text: string) => string; export default cleanUpNumber;