buzzphrase
Version:
Get a Buzzword Phrase. Because sometimes you need enhanced didactic mobility, liberating syndicated transitional projections
34 lines (33 loc) • 576 B
JavaScript
module.exports = {
// safe words for duplication in uniqueness tests
// continuation segments are particularly repeatable
// as there are only 18
repeatables: [
"against",
"allowing",
"anticipating",
"behalf",
"by",
"contrast",
"diametrically",
"opposed",
"enable",
"enhanced",
"for",
"foreshadows",
"forging",
"in",
"independent",
"leveraging",
"liberating",
"of",
"on",
"pioneering",
"preparation",
"protecting",
"revolutionizes",
"to",
"which",
"will",
],
};