UNPKG

@visulima/ansi

Version:

ANSI escape codes for some terminal swag.

8 lines (5 loc) 393 B
import { O as OSC, S as SEP, B as BEL } from './packem_shared/constants-CE7WkXh_.mjs'; var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); const hyperlink = /* @__PURE__ */ __name((text, url) => [OSC, "8", SEP, SEP, url, BEL, text, OSC, "8", SEP, SEP, BEL].join(""), "hyperlink"); export { hyperlink as default };