mcp-jokes / node_modules /math-intrinsics /isNegativeZero.d.ts
petergits
this is the first checkin, probably don't need the node modules.
a811242
declare function isNegativeZero(x: unknown): boolean;
export = isNegativeZero;