Add files
This commit is contained in:
commit
bb80829159
18195 changed files with 2122994 additions and 0 deletions
14
509bba0_unpacked_with_node_modules/~/strip-ansi/index.js
generated
Executable file
14
509bba0_unpacked_with_node_modules/~/strip-ansi/index.js
generated
Executable file
|
@ -0,0 +1,14 @@
|
|||
'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
|
Loading…
Add table
Add a link
Reference in a new issue