Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GlobalError

type GlobalError = Partial<{
type: string | number;
message: string;
}
>
;

§Type

§
Partial<{
type: string | number;
message: string;
}
>
[src]