@quell/server
Version:
Quell is an open-source NPM package providing a light-weight caching layer implementation and cache invalidation for GraphQL responses on both the client- and server-side. Use Quell to prevent redundant client-side API requests and to minimize costly serv
11 lines • 378 B
TypeScript
export declare const logger: {
success: (message: string) => void;
error: (message: string) => void;
warning: (message: string) => void;
info: (message: string) => void;
log: (message: string) => void;
title: (message: string) => void;
code: (message: string) => void;
highlight: (message: string) => void;
};
//# sourceMappingURL=logger.d.ts.map