UNPKG

translate-maker

Version:

Lightweight translation module. Internationalize your great project.

8 lines (7 loc) 156 B
export default (value => { if (typeof value === 'string') { return value.toLowerCase(); } return value; }); //# sourceMappingURL=lowerCase.js.map