Files
2022-04-18 15:57:05 -07:00

12 lines
475 B
TypeScript

// Type definitions for lodash.isInteger 4.0
// Project: https://lodash.com
// Definitions by: Brian Zengel <https://github.com/bczengel>
// Ilya Mochalov <https://github.com/chrootsu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
import { isInteger } from "lodash";
export = isInteger;