UNPKG

utilaide

Version:

Modern utility helper library for cleaner, faster TypeScript/JavaScript development 🚀🔧

3 lines (2 loc) • 119 B
export declare const camelToSnake: (str: string) => string; export declare const toTitleCase: (str: string) => string;