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