UNPKG

@node-idempotency/fastify

Version:

fastify plugin that provides Race-Condition free idempotency for HTTP requests, preventing unintended duplicate operations.

4 lines 261 B
import { type FastifyPluginAsync } from "fastify"; import { type IdempotencyPluginOptions } from "@node-idempotency/shared"; export declare const idempotencyAsPlugin: FastifyPluginAsync<IdempotencyPluginOptions>; //# sourceMappingURL=idempotent-fastify.d.ts.map