yhj
5 天以前 ea5c60a0ac52216b22d6096d2d0394c2480f5bc3
1
2
3
4
'use strict';
const ansiRegex = require('ansi-regex');
 
module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;