UNPKG

yoastseo

Version:

Yoast client-side content analysis

16 lines (15 loc) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; /** * Marks a text with HTML tags * * @param {string} text The unmarked text. * @returns {string} The marked text. */ function _default(text) { return "<yoastmark class='yoast-text-mark'>" + text + "</yoastmark>"; } //# sourceMappingURL=addMark.js.map