UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 168 B
/** * Throws TokenProviderError if value is undefined for key. */ export declare const validateTokenKey: (key: string, value: unknown, forRefresh?: boolean) => void;