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 7db3ad1 commit af84d6cCopy full SHA for af84d6c
tests/uploads.test.ts
@@ -1,6 +1,7 @@
1
import fs from 'fs';
2
import type { ResponseLike } from 'lightswitch-api/internal/to-file';
3
import { toFile } from 'lightswitch-api/uploads';
4
+import { File } from 'node:buffer';
5
6
class MyClass {
7
name: string = 'foo';
0 commit comments