UNPKG

@hugoalh/adler32

Version:

A CLI and module to get the checksum of the data with algorithm Adler32.

12 lines 450 B
export { Deno } from "@deno/shim-deno"; export { alert, confirm, prompt } from "@deno/shim-prompts"; export { setInterval, setTimeout } from "@deno/shim-timers"; export declare const dntGlobalThis: Omit<typeof globalThis, "Deno" | "alert" | "confirm" | "prompt" | "setInterval" | "setTimeout"> & { Deno: any; alert: any; confirm: any; prompt: any; setInterval: any; setTimeout: any; }; //# sourceMappingURL=_dnt.shims.d.ts.map