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 75ff29d commit d130d0dCopy full SHA for d130d0d
packages/openapi/install_swagger.mjs
@@ -1,5 +1,6 @@
1
import fs from 'fs/promises'
2
import { exit } from 'process'
3
+// eslint-disable-next-line n/no-unpublished-import
4
import wget from 'wget-improved'
5
6
async function get(url, path) {
0 commit comments