UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

8 lines (7 loc) 190 B
export interface ILogger { log(...args: any[]): void; warn(...args: any[]): void; error(...args: any[]): void; time(label: string): void; timeEnd(label: string): void; }