UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

7 lines 424 B
import { Logger } from '@bscotch/logger'; export declare const logger: Logger<[message: string, ...content: any[]]>; export declare function debug(message: string, content?: any): void; export declare function info(message: string, content?: any): void; export declare function error(message: string, content?: any): void; export declare function warn(message: string, content?: any): void; //# sourceMappingURL=log.d.ts.map