yoastseo
Version:
Yoast client-side content analysis
13 lines (12 loc) • 539 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/** @module config/twoPartTransitionWords */
/**
* Returns an array with two-part transition words to be used by the assessments.
* @type {Array} The array filled with two-part transition words.
*/
var _default = exports.default = [["buď", "nebo"], ["buď", "anebo"], ["ani", "ani"], ["nejen", "ale i"], ["jak", "tak"], ["sice", "ale"], ["sice", "však"], ["jednak", "jednak"]];
//# sourceMappingURL=twoPartTransitionWords.js.map