UNPKG

kasi

Version:

A collection of functions for working with different casings.

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