UNPKG

translate-maker

Version:

Lightweight translation module. Internationalize your great project.

8 lines (6 loc) 119 B
export default (value) => { if (typeof value === 'string') { return value.toUpperCase(); } return value; };