PATH:
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
strip-ansi
'use strict'; const ansiRegex = require('ansi-regex'); module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
[-] package.json
[edit]
[+]
..
[-] index.d.ts
[edit]
[-] license
[edit]
[-] index.js
[edit]