UNPKG

@alexbosworth/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

6 lines (4 loc) 94 B
"use strict"; module.exports = function(str) { return str.replace(/\x1b\[[0-9]+m/ig, '') }