UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

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";