Home
last modified time | relevance | path

Searched refs:wrapAnsi (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/wrap-ansi-cjs/
Dindex.js19 const wrapAnsi = code => `${ESCAPES.values().next().value}${ANSI_CSI}${code}${ANSI_SGR_TERMINATOR}`; function
192 returnValue += wrapAnsi(code);
196 returnValue += wrapAnsi(escapeCode);
/third_party/node/deps/npm/node_modules/wrap-ansi/
Dindex.js207 export default function wrapAnsi(string, columns, options) { function