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