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.toUpperCase(); } return value; }); //# sourceMappingURL=upperCase.js.map