1.0.3 • Published 5 years ago

basic-system v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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 *****'
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago