1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -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 GitHub
parent c94c2c0911
commit bdee065d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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