UNPKG

@bitblit/ratchet-common

Version:

Common tools for general use

8 lines (7 loc) 240 B
export declare const LoggerOutputFunction: { Console: string; ConsoleNoDebug: string; StdOut: string; Disabled: string; }; export type LoggerOutputFunction = (typeof LoggerOutputFunction)[keyof typeof LoggerOutputFunction];