UNPKG

@types/lodash.camelcase

Version:
12 lines (9 loc) 475 B
// Type definitions for lodash.camelCase 4.3 // 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 { camelCase } from "lodash"; export = camelCase;