0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

fix(cli/dts): fix missing error class (NotSupported) in types (#10713)

This commit is contained in:
Carter Snook 2021-05-20 00:57:15 -05:00 committed by Bert Belder
parent 2fe4aaa10d
commit 67cf683aad
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -84,6 +84,7 @@ declare namespace Deno {
BadResource: ErrorConstructor;
Http: ErrorConstructor;
Busy: ErrorConstructor;
NotSupported: ErrorConstructor;
};
/** The current process id of the runtime. */