Your IP : 216.73.216.90


Current Path : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/strip-ansi/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/git/simpleKanban/node_modules/strip-ansi/index.js

'use strict';
var ansiRegex = require('ansi-regex')();

module.exports = function (str) {
	return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
};