@serwist/next
Version:
A module that integrates Serwist into your Next.js application.
7 lines • 393 B
TypeScript
export type LoggingMethods = "wait" | "error" | "warn" | "info" | "event";
export declare const wait: (...message: any[]) => void;
export declare const error: (...message: any[]) => void;
export declare const warn: (...message: any[]) => void;
export declare const info: (...message: any[]) => void;
export declare const event: (...message: any[]) => void;
//# sourceMappingURL=logger.d.ts.map