We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72795f0 commit b2ef18dCopy full SHA for b2ef18d
packages/snippet-manager/src/snippet-manager.ts
@@ -17,7 +17,8 @@ import tar from 'tar';
17
import zlib from 'zlib';
18
import bson from 'bson';
19
import joi from 'joi';
20
-import importNodeFetch, { TNodeFetch } from '@mongosh/import-node-fetch';
+import importNodeFetch from '@mongosh/import-node-fetch';
21
+import type { TNodeFetch } from '@mongosh/import-node-fetch';
22
const pipeline = promisify(stream.pipeline);
23
const brotliCompress = promisify(zlib.brotliCompress);
24
const brotliDecompress = promisify(zlib.brotliDecompress);
0 commit comments