2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/strip-ansi/index.js
2022-07-26 10:06:20 -07:00

14 lines
No EOL
268 B
JavaScript
Executable file

'use strict';
var ansiRegex = require('ansi-regex')();
module.exports = function (str) {
return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
};
//////////////////
// WEBPACK FOOTER
// ./~/strip-ansi/index.js
// module id = 2888
// module chunks = 4