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 d6e75e6 commit 21575b3Copy full SHA for 21575b3
packages/utils/src/lib/file-sink.ts
@@ -1,4 +1,4 @@
1
-import fs from 'node:fs';
+import * as fs from 'node:fs';
2
import path from 'node:path';
3
import type { Decoder, Encoder, RecoverResult } from './sink-source.type';
4
0 commit comments