bit-bin
Version:
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
9 lines (8 loc) • 724 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const words = ['about', 'all', 'also', 'am', 'an', 'another', 'are', 'at', 'be', 'because', 'been', 'before', 'being', 'both', 'but', 'came', 'come', 'could', 'did', 'do', 'each', 'for', 'from', 'had', 'he', 'her', 'here', 'him', 'himself', 'his', 'how', 'if', 'it', 'make', 'me', 'might', 'much', 'must', 'my', 'never', 'now', 'of', 'other', 'our', 'over', 'said', 'see', 'some', 'such', 'than', 'that', 'the', 'their', 'them', 'there', 'these', 'they', 'those', 'through', 'too', 'very', 'way', 'we', 'well', 'were', 'what', 'who', 'would', 'you', 'your', 'a', 'i'];
var _default = words;
exports.default = _default;
;