UNPKG

kasi

Version:

A collection of functions for working with different casings.

3 lines (2 loc) 81 B
declare const copy: (prev: string, next: string) => string; export default copy;