dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改报警list查询按时间逆序
‘liusuyi’
2023-06-14
afeeaebde614bd4e8ef20cee1402011da9c7f92b
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
table
/
node_modules
/
strip-ansi
/
index.js
1
2
3
4
5
6
7
'use strict';
const ansiRegex = require('ansi-regex');
const stripAnsi = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
module.exports = stripAnsi;
module.exports.default = stripAnsi;