// Type definitions for lodash.kebabCase 4.1 // Project: http://lodash.com/ // Definitions by: Brian Zengel , Ilya Mochalov , Stepan Mikhaylyuk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import { kebabCase } from "lodash"; export = kebabCase;