UNPKG

fastify-disablecache

Version:

Fastify plugin to disable client-side caching

12 lines (9 loc) 352 B
import type { FastifyPluginCallback } from "fastify"; declare namespace fastifyDisablecache { export const fastifyDisablecache: FastifyPluginCallback; export { fastifyDisablecache as default }; } declare function fastifyDisablecache( ...params: Parameters<FastifyPluginCallback> ): ReturnType<FastifyPluginCallback>; export = fastifyDisablecache;