3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
declare function coerceToFinite(value: any): number | null;
|
|
export default coerceToFinite;
|