UNPKG

translate-maker

Version:

Lightweight translation module. Internationalize your great project.

3 lines 123 B
import camelCase from 'lodash/camelCase'; export default (value => camelCase(value)); //# sourceMappingURL=camelCase.js.map