mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
319 B
TypeScript
8 lines
319 B
TypeScript
// Type definitions for float-equal 2.0
|
|
// Project: https://github.com/sindresorhus/float-equal#readme
|
|
// Definitions by: Dolan Murvihill <https://github.com/dmurvihill>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function floatEqual(a: number, b: number): boolean;
|
|
export = floatEqual;
|