公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_web
张氏APP 前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完成了家大事迹和家庭资产管理的分享
yz3456
2024-08-02
ca8f811c2a69f6004674dfacd204701c7ad23c54
[zhangshi_app_web.git]
/
node_modules
/
has-ansi
/
index.js
1
2
3
4
'use strict';
var ansiRegex = require('ansi-regex');
var re = new RegExp(ansiRegex().source); // remove the `g` flag
module.exports = re.test.bind(re);