We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98641df commit 40fc7f7Copy full SHA for 40fc7f7
mod.ts
@@ -1,6 +1,6 @@
1
import { readAll } from 'https://deno.land/[email protected]/streams/read_all.ts'
2
import { compress as brotli } from 'https://deno.land/x/[email protected]/mod.ts'
3
-import { Foras, gzip, deflate } from 'https://deno.land/x/[email protected]/deno/mod.ts'
+import { Foras, gzip, deflate } from 'https://deno.land/x/[email protected]/src/deno/mod.ts'
4
import { Accepts } from 'https://deno.land/x/[email protected]/mod.ts'
5
6
await Foras.initSyncBundledOnce()
0 commit comments