UNPKG

kasi

Version:

A collection of functions for working with different casings.

3 lines (2 loc) 83 B
declare const isUpperCase: (value: string) => boolean; export default isUpperCase;