ags
This commit is contained in:
parent
eddf7cecb8
commit
aea798d119
16631 changed files with 1480363 additions and 257 deletions
4
home/ags/node_modules/strip-ansi/index.js
generated
vendored
Normal file
4
home/ags/node_modules/strip-ansi/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
'use strict';
|
||||
const ansiRegex = require('ansi-regex');
|
||||
|
||||
module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
|
||||
Loading…
Add table
Add a link
Reference in a new issue