UNPKG

code-workshop-kit

Version:
3 lines 171 B
import { Context, Next } from 'koa'; export declare const noCacheMiddleware: (ctx: Context, next: Next) => Promise<void>; //# sourceMappingURL=no-cache-middleware.d.ts.map