UNPKG

kasi

Version:

A collection of functions for working with different casings.

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