6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import 'typings-global';
|
|
export declare let beautyConsole: {
|
|
log: (logArg: any) => void;
|
|
error: () => void;
|
|
};
|