UNPKG

@redocly/respect-core

Version:
8 lines 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cleanColors = cleanColors; function cleanColors(input) { // eslint-disable-next-line no-control-regex return input.replace(/\x1b\[\d+m/g, ''); } //# sourceMappingURL=clean-colors.js.map