UNPKG

yoastseo

Version:

Yoast client-side content analysis

20 lines (19 loc) 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * Returns an array with exceptions for the sentence beginning researcher. * @type {Array} The array filled with exceptions. */ var _default = exports.default = [ // Definite articles: "the", // Indefinite articles: "a", "an", // Numbers 1-10: "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", // Demonstrative pronouns: "this", "that", "these", "those"]; //# sourceMappingURL=firstWordExceptions.js.map