deno-checksum
deno-checksum copied to clipboard
Sha1、MD5 algorithms for Deno
Results
3
deno-checksum issues
Sort by
recently updated
recently updated
newest added
Read the other PR.
You will get the following errors in the terminal if you don't merge this: ```terminal TS1371 [ERROR]: This import is never used as a value and must use 'import type'...
To be able to run the example in the README I had to change from: ` import { Hash, encode } from "https://deno.land/x/checksum/mod.ts";` to `import { Hash, encode } from...