basic-system
v1.0.3
Published
```shell $ npm install package-name --save ```
Downloads
1
Readme
Example
$ npm install package-name --save
const { thing } = require('')
// ES2015
import { thing } from 'package-name'
const { thing } = require('package-name')
const filtered = thing (
'The new apple macbook pro will have a touchbar',
['pro', 'touchbar']
)
console.log(filtered)
// The new apple macbook ***** will have a *****'