UNPKG

210 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const chalk = require("chalk");
4//tslint:disable-next-line:variable-name
5exports.Colour = chalk['white'] ? chalk : chalk['default'];