yoastseo
Version:
Yoast client-side content analysis
14 lines (13 loc) • 452 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* Returns an array with exceptions for the sentence beginning researcher.
* @returns {Array} The array filled with exceptions.
*/
var _default = exports.default = [
// Demonstrative pronouns:
"この", "その", "あの", "こんな", "そんな", "あんな", "こう", "そう", "ああ"];
//# sourceMappingURL=firstWordExceptions.js.map