仪表盘
版本库
文件存储
活动
搜索
登录
余昊杰
/
XM_GK_QD
夏蒙工控前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://43.142.96.171:8080/r/~yhj/XM_GK_QD
yhj
4 天以前
7b3859284dee7cb00636a08b1177f692a6b6323f
[~yhj/XM_GK_QD.git]
/
夏蒙注塑报工
/
node_modules
/
strip-ansi
/
index.js
1
2
3
4
'use strict';
const ansiRegex = require('ansi-regex');
module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;