Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 321 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 321 Bytes

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