Using npm:
// Install full build
$ npm install --save @laces/laces
// Cherry-pick only what you need
$ npm install --save @laces/toSnakeCaseUse in Node.js:
// Load the full build
const laces = require('@laces/laces')
// Cherry-pick methods for smaller bundles
const toSnakeCase = require('@laces/toSnakeCase')To contribute please read the contributing guide and code of conduct
