UNPKG

kasi

Version:

A collection of functions for working with different casings.

3 lines (2 loc) 82 B
declare const toSpaceCase: (value: string) => string; export default toSpaceCase;