-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.deps.ts
13 lines (10 loc) · 804 Bytes
/
deno.deps.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
// https://deno.land/[email protected]/
export type { WalkEntry, WalkOptions } from "https://deno.land/[email protected]/fs/mod.ts";
export { loadSync } from "https://deno.land/[email protected]/dotenv/mod.ts";
export { walkSync } from "https://deno.land/[email protected]/fs/mod.ts";
export { join, sep } from "https://deno.land/[email protected]/path/mod.ts";
export { assertEquals, assertThrows } from "https://deno.land/[email protected]/testing/asserts.ts";
export { assertSnapshot } from "https://deno.land/[email protected]/testing/snapshot.ts";
export { returnsNext, stub } from "https://deno.land/[email protected]/testing/mock.ts";
// export * as marked from "https://raw.githubusercontent.com/markedjs/marked/v5.0.0/lib/marked.esm.js";
export * as marked from "https://raw.githubusercontent.com/markedjs/marked/v4.3.0/lib/marked.esm.js";