UNPKG

translate-maker

Version:

Lightweight translation module. Internationalize your great project.

4 lines (2 loc) 85 B
import camelCase from 'lodash/camelCase'; export default value => camelCase(value);