// Type definitions for is-integer 1.0 // Project: https://github.com/parshap/js-is-integer#readme // Definitions by: Daniel Cassidy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function isInteger(val: any): boolean; export = isInteger;