UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

9 lines (5 loc) 232 B
// Trim formatting from string 'use strict'; var r = new RegExp('\x1b(?:\\[(?:\\d+[ABCDEFGJKSTm]|\\d+;\\d+[Hfm]|' + '\\d+;\\d+;\\d+m|6n|s|u|\\?25[lh])|\\w)', 'g'); module.exports = function (str) { return str.replace(r, ''); };