ethers.js/misc/admin/lib/log.d.ts
2020-09-21 01:14:06 -04:00

6 lines
216 B
TypeScript

export declare function getProgressBar(action: string): (percent: number) => void;
export declare type ColorifyFunc = (text: string) => string;
export declare const colorify: {
[format: string]: ColorifyFunc;
};