UNPKG

@hugoalh/djb2a

Version:

A CLI and module to get the non-cryptographic hash of the data with algorithm DJB2a.

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