aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/strip-ansi/index.js
blob: 9a593dfcd1fd5c9e627d9ff2ed85a88df9a41a99 (plain) (blame)
1
2
3
4
'use strict';
const ansiRegex = require('ansi-regex');

module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage