wildan3105 / bahasa

:speech_balloon: NPM package that filter out a list of daily indonesian 'bahasa' words

Home Page:http://npmjs.com/package/bahasa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:speech_balloon: NPM package that filter out a list of daily indonesian 'bahasa' words

http://npmjs.com/package/bahasa


Languages

Language:JavaScript 100.0%