UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

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