Package Exports
- fillers
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fillers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
fillers

List of, like, English (both British and American) filler words.
Installation
npm:
npm install fillersfillers is also available for duo, and as an AMD, CommonJS, and globals module, uncompressed and compressed.
Usage
var fillers = require('fillers');
fillers.length; // 80
console.log(fillers.slice(0, 10));Yields:
[
"absolutely",
"actual",
"actually",
"anyway",
"apparently",
"approximately",
"badly",
"basically",
"begin",
"certainly"
]API
fillers
Type: Array.<string> — So, fillers exposes a list of strings.
Support
For a complete list of supported filler words and phrases, like, see Support.md.
Note that the words listed in fillers might or, in fact, might not be fillers.
Related
buzzwords — List of buzzwords;
dale-chall — List of familiar American-English words (1995);
hedges — List of hedge words;
profanities — List of profane words;
spache — List of simple American-English words (1974);
weasels — List of weasel words.