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 30a1977 commit 09ee5a1Copy full SHA for 09ee5a1
templates/node/index.d.ts.twig
@@ -131,7 +131,7 @@ declare module "{{ language.params.npmPackage|caseDash }}" {
131
132
static fromBuffer(buffer: Buffer, filename: string): InputFile;
133
134
- static fromBlob(blob: buffer.Blob, filename: string): Promise<InputFile>;
+ static fromBlob(blob: Blob, filename: string): Promise<InputFile>;
135
136
static fromStream(stream: NodeJS.ReadableStream, filename: string, size: number): InputFile;
137
0 commit comments