UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

5 lines (4 loc) 114 B
/** * Converts a kebab-case word to PascalCase */ export declare function kebabToPascal(value: string): string;