UNPKG

@royli/hygen

Version:

The scalable code generator that saves you time.

11 lines 302 B
/// <reference types="node" /> import path from 'path'; import changeCase from 'change-case'; declare const helpers: { capitalize(str: any): string; inflection: any; changeCase: typeof changeCase; path: path.PlatformPath; }; export default helpers; //# sourceMappingURL=helpers.d.ts.map