Skip to content

Commit e2a5e9c

Browse files
blainekastenstainless-app[bot]
authored andcommitted
chore: fix internal bad type reference
1 parent 7f6094a commit e2a5e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/node-unsafe-imports.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* In the interim, this file provides a way to import the APIs in a way that will not break the SDK in the browser.
66
*/
77

8-
import { type stat } from 'fs/promises';
9-
import { type readFile, type createReadStream } from 'fs';
8+
import { type stat, type readFile } from 'fs/promises';
9+
import { type createReadStream } from 'fs';
1010
import { type extname, type resolve } from 'path';
1111
import type readline from 'readline';
1212
import { type isUtf8 } from 'buffer';

0 commit comments

Comments
 (0)