DefinitelyTyped/types/positive-zero/index.d.ts
2019-01-13 12:39:12 +01:00

9 lines
322 B
TypeScript

// Type definitions for positive-zero 2.0
// Project: https://github.com/sindresorhus/positive-zero#readme
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = positiveZero;
declare function positiveZero(input: number): boolean;