PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
string-width
/
node_modules
/
strip-ansi
'use strict'; const ansiRegex = require('ansi-regex'); module.exports = input => typeof input === 'string' ? input.replace(ansiRegex(), '') : input;
[+]
..
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] license
[edit]