UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

11 lines (10 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.color = void 0; exports.stripColors = stripColors; const ansi = require("ansi-colors"); const chalk = require("chalk"); function stripColors(formatStr) { return ansi.stripColor(formatStr); } exports.color = chalk;