UNPKG

cds-rate-limit

Version:

enabled rate limit pattern for CAP NodeJS Runtime

10 lines (9 loc) 233 B
export { cwdRequire, groupByKeyPrefix } from "cds-internal-tool"; /** * get the rate limiter key from event * * @param service * @param evt * @returns */ export declare const formatEventKey: (service: any, evt: any) => string;