UNPKG

camelcasejs

Version:

String to CamelCase or CamelCase to string: `foo-bar` ⇄ `fooBar`

10 lines (8 loc) 172 B
// Imports const { CamelCase } = require('./lib/CamelCase.js'); const DeCamelize = require('./lib/DeCamelize'); // Export module.exports = { CamelCase, DeCamelize, };