Skip to content

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

Notifications You must be signed in to change notification settings

wildan3105/bahasa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published