How to use the i.camelize function in i

To help you get started, we’ve selected a few i examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github keystonejs / keystone-classic / admin / client / utils / string.js View on Github external
exports.camelcase = function (str, lc) {
	return inflect.camelize(str, !(lc));
};

i

custom inflections for nodejs

MIT
Latest version published 3 years ago

Package Health Score

65 / 100
Full package analysis