UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

21 lines (20 loc) 316 B
/** * @internal */ export declare const BLOCK_SIZE: number; /** * @internal */ export declare const DIGEST_LENGTH: number; /** * @internal */ export declare const KEY: Uint32Array; /** * @internal */ export declare const INIT: number[]; /** * @internal */ export declare const MAX_HASHABLE_LENGTH: number;