nhb-toolbox
Version:
A versatile collection of smart, efficient, and reusable utility functions, classes and types for everyday development needs.
127 lines (126 loc) • 1.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOWERCASE = void 0;
exports.LOWERCASE = /* @__PURE__ */ Object.freeze([
'and',
'but',
'or',
'nor',
'for',
'so',
'yet',
'after',
'although',
'as',
'because',
'before',
'even',
'if',
'once',
'since',
'than',
'that',
'though',
'unless',
'until',
'when',
'whenever',
'where',
'whereas',
'wherever',
'whether',
'while',
'about',
'above',
'across',
'after',
'against',
'along',
'among',
'around',
'as',
'at',
'before',
'behind',
'below',
'beneath',
'beside',
'between',
'beyond',
'but',
'by',
'concerning',
'considering',
'despite',
'down',
'during',
'except',
'following',
'for',
'from',
'in',
'inside',
'into',
'like',
'minus',
'near',
'of',
'off',
'on',
'onto',
'opposite',
'out',
'outside',
'over',
'past',
'per',
'plus',
'regarding',
'round',
'save',
'since',
'than',
'through',
'throughout',
'till',
'to',
'toward',
'towards',
'under',
'underneath',
'unlike',
'until',
'up',
'upon',
'versus',
'via',
'with',
'within',
'without',
'a',
'an',
'the',
'am',
'are',
'be',
'been',
'being',
'can',
'could',
'do',
'does',
'did',
'had',
'has',
'have',
'is',
'may',
'might',
'must',
'shall',
'should',
'was',
'were',
'will',
'would',
]);