UNPKG

@khashi/stringer

Version:
1 lines 299 B
function toUpperCase(r){if("string"!=typeof r)throw new TypeError("stringer wants a string!");return r.toUpperCase()}function toLowerCase(r){if("string"!=typeof r)throw new TypeError("stringer wants a string!");return r.toLowerCase()}module.exports={toLowerCase:toLowerCase,toUpperCase:toUpperCase};