UNPKG

@redocly/respect-core

Version:
5 lines 173 B
export function cleanColors(input) { // eslint-disable-next-line no-control-regex return input.replace(/\x1b\[\d+m/g, ''); } //# sourceMappingURL=clean-colors.js.map