UNPKG

es-dev-server

Version:

Development server for modern web apps

6 lines (5 loc) 170 B
import { Middleware } from 'koa'; /** * Returns 304 response for cacheable requests if etag matches */ export declare function createEtagCacheMiddleware(): Middleware;