UNPKG

@light-auth/core

Version:

light auth core framework agnostic, using arctic

3 lines (2 loc) 224 B
import type { LightAuthRateLimiter, LightAuthRateLimitOptions } from "../models/light-auth-rate-limit"; export declare const createLightAuthRateLimiter: (opt?: LightAuthRateLimitOptions | undefined) => LightAuthRateLimiter;