UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

12 lines (9 loc) 228 B
//import * as log from "fliplog"; export class QuantumLog { public static spinStart(text: string) { //log.bold().startSpinner('loading...') } public static spinStop() { //log.stopSpinner(); } }