UNPKG

@synapsecns/widget

Version:
7 lines (6 loc) 205 B
/** * removes everything except digits and decimals * swaps first `.` for an `x`, removes rest of decimals * swaps back `x` for `.` */ export declare const cleanNumberInput: (value: string) => string;