yoastseo
Version:
Yoast client-side content analysis
12 lines (11 loc) • 492 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* An array with two-part Arabic transition words to be used by the assessments.
* @type {string[][]} The array filled with two-part transition words.
*/
var _default = exports.default = [["لا", "ولا"], ["إما", "أو"], ["ربما", "ربما"], ["حينئذ", "عندئذ"], ["إما", "وإما"], ["كل من", "و"]];
//# sourceMappingURL=twoPartTransitionWords.js.map