1.0.0 • Published 8 years ago

bahasa v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Example

$ npm install bahasa
const {bahasaWords} = require('bahasa').default

// ES 2015
import {bahasaWords} = from 'bahasa'
const filtered = bahasaWords(
 'The new apple macbook will have touchbar',
 ['pro','touchbar']
)

console.log(filtered)
// The new apple macbook will have ***