List of many English, both British and American, weasel words.
- What is this?
- When should I use this?
- Install
- Use
- API
- Data
- Types
- Compatibility
- Related
- Contribute
- Security
- License
This package exposes a list of weasel words.
Use this when you want to do fun things with natural language.
This package is ESM only. In Node.js (version 14.14+, 16.0+), install with npm:
npm install weaselsIn Deno with esm.sh:
import {weasels} from 'https://esm.sh/weasels@2'In browsers with esm.sh:
<script type="module">
import {weasels} from 'https://esm.sh/weasels@2?bundle'
</script>import {weasels} from 'weasels'
console.log(weasels.length) //=> 116
console.log(weasels.slice(0, 10))Yields:
[ 'a lot',
'about',
'acts',
'again',
'all',
'almost',
'already',
'also',
'anyway',
'appeared' ]This package exports the identifier weasels.
There is no default export.
Reportedly, weasels exposes a list of strings (Array<string>).
weasels supports several weasel words and phrases.
For a complete list, see data.txt.
π Note: that the words listed in weasels might or, in fact, might not be weasels.
This package is fully typed with TypeScript. It exports no additional types.
This package is at least compatible with all maintained versions of Node.js. As of now, that is Node.js 14.14+ and 16.0+. It also works in Deno and modern browsers.
buzzwordsβ list of buzzwordsdale-challβ list of familiar American-English words (1995)fillersβ list of filler wordshedgesβ list of hedge wordsprofanitiesβ list of profane wordsspacheβ list of simple American-English words (1974)
Yes please! See How to Contribute to Open Source.
This package is safe.
MIT Β© Titus Wormer