UNPKG

kasi

Version:

A collection of functions for working with different casings.

7 lines (6 loc) 120 B
/* MAIN */ const toLowerCase = (value) => { return value.toLowerCase(); }; /* EXPORT */ export default toLowerCase;