UNPKG

kasi

Version:

A collection of functions for working with different casings.

4 lines (3 loc) 114 B
import type { Casing } from './types.js'; declare const detect: (value: string) => Casing; export default detect;