mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-06-06 18:19:19 +08:00
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
declare function isNegativeZero(x: unknown): boolean;
|
|
|
|
export = isNegativeZero; |