UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

7 lines (6 loc) 143 B
/** * @desc simple kebabCase like lodash * * kebabCase('fooBar'); => 'foo-bar' */ export declare function kebabCase(word: string): string;