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