UNPKG

@visulima/string

Version:

Functions for manipulating strings.

2 lines (1 loc) 142 B
const a=(e,o)=>typeof e!="string"||e===""?"":(o?.locale?e[0].toLocaleLowerCase(o.locale):e[0].toLowerCase())+e.slice(1);export{a as default};