@yveskaufmann/koa2-ratelimit
Version:
IP rate-limiting middleware for Koajs 2. Use to limit repeated requests to APIs and/or endpoints such as password reset.
16 lines • 476 B
TypeScript
import * as RateLimit from "./RateLimit";
export * from "./Options";
export * from "./stores";
export * as RateLimit from "./RateLimit";
declare const _default: {
RateLimit: typeof RateLimit;
Stores: {
Memory: typeof import("./stores").MemoryStore;
readonly Sequelize: any;
readonly Mongodb: any;
readonly Redis: any;
Store: typeof import("./stores").Store;
};
};
export default _default;
//# sourceMappingURL=index.d.ts.map