UNPKG

@parcel/utils

Version:

Blazing fast, zero configuration web application bundler

8 lines (6 loc) 197 B
// @flow strict-local import ansiHTML from 'ansi-html-community'; import {escapeHTML} from './escape-html'; export function ansiHtml(ansi: string): string { return ansiHTML(escapeHTML(ansi)); }