Skip to content

Instantly share code, notes, and snippets.

@tksilicon
Last active December 11, 2020 08:34
Show Gist options
  • Save tksilicon/c9b60c22f8e74ce2911e3147a3184b1d to your computer and use it in GitHub Desktop.
Save tksilicon/c9b60c22f8e74ce2911e3147a3184b1d to your computer and use it in GitHub Desktop.
export {
deferred,
Deferred,
delay,
} from "https://deno.land/[email protected]/async/mod.ts";
export { decode, encode } from "https://deno.land/[email protected]/encoding/utf8.ts";
export {
assertEquals,
assertThrowsAsync,
} from "https://deno.land/[email protected]/testing/asserts.ts";
export { format as byteFormat } from "https://deno.land/x/[email protected]/mod.ts";
export { Hash } from "https://deno.land/x/[email protected]/mod.ts";
export { sha256 } from "https://deno.land/x/[email protected]/mod.ts";
export { replaceParams } from "https://deno.land/x/[email protected]/util.ts";
export * as log from "https://deno.land/x/[email protected]/log/mod.ts";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment