TreasureTrails/node_modules/@prisma/get-platform/dist/logger.d.ts

9 lines
236 B
TypeScript
Raw Permalink Normal View History

2026-03-18 09:02:21 -05:00
export declare const tags: {
warn: string;
};
export declare const should: {
warn: () => boolean;
};
export declare function log(...data: any[]): void;
export declare function warn(message: any, ...optionalParams: any[]): void;