UNPKG

koajs-nocache

Version:

A koa middleware to add nocache response headers.

8 lines (5 loc) 133 B
import * as Koa from 'koa'; declare function nocache(options?: { methods?: Array<string> }): Koa.Middleware; export = nocache;