basic-system

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i basic-system

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

24.7 kB

Total Files

18

Last publish

Collaborators

  • augievt