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