We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deno.json
1 parent c615beb commit 6075dedCopy full SHA for 6075ded
src/deps.ts
@@ -1,10 +1,10 @@
1
-import * as is_what from "is-what"
+import * as is_what from "https://deno.land/x/is_what@v4.1.15/src/index.ts"
2
export { is_what }
3
4
-import { type PlainObject } from "is-what"
+import { type PlainObject } from "https://deno.land/x/is_what@v4.1.15/src/index.ts"
5
export type { PlainObject }
6
7
-import * as outdent from "outdent"
+import * as outdent from "https://deno.land/x/outdent@v0.8.0/mod.ts"
8
export { outdent }
9
10
// importing super specifically to reduce final npm bundle size
0 commit comments