fastify-floc-off
Version:
Fastify plugin to opt out of Google's Topics advertising-surveillance API
12 lines (9 loc) • 315 B
TypeScript
import type { FastifyPluginAsync } from "fastify";
declare namespace fastifyFlocOff {
export const fastifyFlocOff: FastifyPluginAsync;
export { fastifyFlocOff as default };
}
declare function fastifyFlocOff(
...params: Parameters<FastifyPluginAsync>
): ReturnType<FastifyPluginAsync>;
export = fastifyFlocOff;