UNPKG

@rbxts/flamework-tycoon

Version:
8 lines (7 loc) 219 B
export declare class TycoonLogger { private isDevMode; Info(...args: defined[]): void; Warn(message: string): void; Error(message: string): void; Assert(condition: boolean, message: string): void; }