// Type definitions for float-equal 2.0 // Project: https://github.com/sindresorhus/float-equal#readme // Definitions by: Dolan Murvihill // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function floatEqual(a: number, b: number): boolean; export = floatEqual;