@maverick-js/compiler
Version:
Maverick toolchain including the analyzer and compiler.
6 lines (5 loc) • 315 B
TypeScript
export declare function camelToKebabCase(str: string): string;
export declare function kebabToCamelCase(str: string): string;
export declare function kebabToPascalCase(str: string): string;
export declare function uppercaseFirstChar(str: string): string;
export declare const escapeQuotes: (str: string) => string;