s3si.ts/deps.ts

7 lines
182 B
TypeScript
Raw Normal View History

2022-10-18 08:08:26 -04:00
export {
Cookie,
CookieJar,
wrapFetch,
} from "https://deno.land/x/another_cookiejar@v4.1.4/mod.ts";
export * as base64 from "https://deno.land/std@0.95.0/encoding/base64.ts";