UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

13 lines (12 loc) 179 B
/** * @internal */ export declare const BLOCK_SIZE = 64; /** * @internal */ export declare const DIGEST_LENGTH = 16; /** * @internal */ export declare const INIT: number[];