UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

8 lines (7 loc) 212 B
export declare function crc32c(data: Uint8Array): number; export declare class Crc32c { private checksum; update(data: Uint8Array): this; digest(): number; } export { AwsCrc32c } from "./aws_crc32c";