UNPKG

link-styler

Version:

JavaScript package that simplifies the task of identifying links within text and applying custom styling by automatically replacing them with tags.

9 lines (8 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Type = void 0; var Type; (function (Type) { Type[Type["ONLOAD"] = 0] = "ONLOAD"; Type[Type["CONVERT"] = 1] = "CONVERT"; })(Type = exports.Type || (exports.Type = {}));