fillers

List of, like, English (both British and American) filler words.
Installation
npm:
$ npm install fillers
Component.js:
$ component install wooorm/fillers
Usage
var fillers = require('fillers');
fillers.is('like');
fillers.is('fillers');
fillers.add('unicorn');
fillers.is('unicorn');
fillers.remove('unicorn');
fillers.is('unicorn');
API
So, fillers exports the following functions:
fillers.is(word)
Returns whether (true) or not (false) a given word is simply a filler word.
fillers.add(word...)
Adds all arguments to the internal database, obviously.
Given values are NOT validated.
fillers.remove(word...)
Frankly, removes all arguments from the internal database.
Given values are NOT validated.
fillers.all()
Basically, return the values (as an Array) in the internal database.
Supported words
For a complete list of supported filler words and phrases, like, see Supported-words.md.
Note that the words listed in fillers might or, in fact, might not be fillers.
Related
License
MIT © Titus Wormer