'use strict'; const ansiRegex = require('ansi-regex'); const stripAnsi = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string; module.exports = stripAnsi; module.exports.default = stripAnsi;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.d.ts | File | 349 B | 0644 |
|
index.js | File | 220 B | 0644 |
|
license | File | 1.08 KB | 0644 |
|
package.json | File | 1.88 KB | 0644 |
|
readme.md | File | 1.64 KB | 0644 |
|