forest-cli
Version:
The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.
13 lines • 402 B
TypeScript
export default class Strings {
private readonly RESERVED_WORDS;
private readonly lodash;
constructor({ assertPresent, lodash }: {
assertPresent: any;
lodash: any;
});
private isReservedWord;
pascalCase(input: any): string;
transformToSafeString(input: any): any;
transformToCamelCaseSafeString(input: any): string;
}
//# sourceMappingURL=strings.d.ts.map