@serwist/next
Version:
A module that integrates Serwist into your Next.js application.
6 lines • 318 B
TypeScript
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