UNPKG

@posthog/wizard

Version:

The PostHog wizard helps you to configure your project

9 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stripAnsii = stripAnsii; function stripAnsii(str) { return str.replace( // eslint-disable-next-line no-control-regex /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, ''); } //# sourceMappingURL=string.js.map