/
snap
/
node
/
11691
/
lib
/
node_modules
/
npm
/
node_modules
/
strip-ansi-cjs
/
/snap/node/11691/lib/node_modules/npm/node_modules/strip-ansi-cjs
mkdir
upload
Name
Size
Mode
Actions
index.js
154
0644
edit
dl
rm
license
1109
0644
edit
dl
rm
package.json
798
0644
edit
dl
rm
Edit:
/snap/node/11691/lib/node_modules/npm/node_modules/strip-ansi-cjs/index.js
(154B)
'use strict'; const ansiRegex = require('ansi-regex'); module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
Save
cmd:
run