Add files
This commit is contained in:
commit
bb80829159
18195 changed files with 2122994 additions and 0 deletions
12
509bba0_unpacked_with_node_modules/~/has-ansi/index.js
generated
Executable file
12
509bba0_unpacked_with_node_modules/~/has-ansi/index.js
generated
Executable file
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
var ansiRegex = require('ansi-regex');
|
||||
var re = new RegExp(ansiRegex().source); // remove the `g` flag
|
||||
module.exports = re.test.bind(re);
|
||||
|
||||
|
||||
|
||||
//////////////////
|
||||
// WEBPACK FOOTER
|
||||
// ./~/has-ansi/index.js
|
||||
// module id = 2365
|
||||
// module chunks = 4
|
Loading…
Add table
Add a link
Reference in a new issue