Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 2.41 KB

README.md

File metadata and controls

72 lines (55 loc) · 2.41 KB

@quillio/trim


License: MIT npm dependencies Status devDependencies Status Build Status Code Coverage Code Style Stories in Ready

Using npm:

// Install full build
$ npm install --save @laces/laces

// Cherry-pick only what you need
$ npm install --save @laces/laces-trim

Use in Node.js:

// Load the full build
const laces = require('@laces/laces')

// Cherry-pick methods for smaller bundles
const trim = require('@laces/laces-trim')

For additional documentation please use the documentation site

To contribute please read the contributing guide and code of conduct.