UNPKG

kasi

Version:

A collection of functions for working with different casings.

3 lines (2 loc) 150 B
type Casing = 'camel' | 'constant' | 'kebab' | 'dot' | 'lower' | 'pascal' | 'path' | 'snake' | 'title' | 'unknown' | 'upper'; export type { Casing };