@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
8 lines (7 loc) • 410 B
TypeScript
export { lowerFirst, upperFirst, camelCase, } from 'lodash-es';
export declare function pascalCase(str?: string): string;
export declare function constantCase(str?: string): string;
export declare function dotCase(str?: string): string;
export declare function pathCase(str?: string): string;
export declare function sentenceCase(str?: string): string;
export declare function titleCase(str?: string): string;