UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

8 lines (6 loc) 404 B
/** @module config/twoPartTransitionWords */ /** * Returns an array with two-part Arabic transition words to be used by the assessments. * @returns {Array} The array filled with two-part transition words. */ export default [ [ "لا", "ولا" ], [ "إما", "أو" ], [ "ربما", "ربما" ], [ "حينئذ", "عندئذ" ], [ "إما", "وإما" ], [ "كل من", "و" ] ];