3 lines
79 B
TypeScript
Executable File
3 lines
79 B
TypeScript
Executable File
declare function isNegativeZero(x: unknown): boolean;
|
|
|
|
export = isNegativeZero; |