We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a406556 commit 75ef3b8Copy full SHA for 75ef3b8
deploy/createTypesPackages.mjs
@@ -21,6 +21,7 @@ const packages = [
21
22
import { join, dirname } from "path";
23
import fs from "fs";
24
+import fetch from "node-fetch";
25
import { fileURLToPath } from "url";
26
import semver from "semver";
27
import pkg from "prettier";
0 commit comments