mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
feat: add Error.isError() to ESNext lib (#60788)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
This commit is contained in:
co-authored by
Jake Bailey
parent
a69c6d0bb7
commit
ffd98c1773
@@ -248,6 +248,7 @@ const libEntries: [string, string][] = [
|
||||
["esnext.iterator", "lib.esnext.iterator.d.ts"],
|
||||
["esnext.promise", "lib.esnext.promise.d.ts"],
|
||||
["esnext.float16", "lib.esnext.float16.d.ts"],
|
||||
["esnext.error", "lib.esnext.error.d.ts"],
|
||||
["decorators", "lib.decorators.d.ts"],
|
||||
["decorators.legacy", "lib.decorators.legacy.d.ts"],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user