UNPKG

@visulima/ansi

Version:

ANSI escape codes for some terminal swag.

10 lines (6 loc) 465 B
'use strict'; const constants = require('./packem_shared/constants-BK26O-46.cjs'); var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); const hyperlink = /* @__PURE__ */ __name((text, url) => [constants.OSC, "8", constants.SEP, constants.SEP, url, constants.BEL, text, constants.OSC, "8", constants.SEP, constants.SEP, constants.BEL].join(""), "hyperlink"); module.exports = hyperlink;