Add types for String#isWellFormed and String#toWellFormed (#58010)

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
This commit is contained in:
Andreu Botella
2024-04-19 22:52:23 +02:00
committed by GitHub
parent 21f5f394b9
commit 3480321b38
28 changed files with 266 additions and 8 deletions

View File

@@ -236,6 +236,7 @@ const libEntries: [string, string][] = [
["esnext.object", "lib.esnext.object.d.ts"],
["esnext.array", "lib.esnext.array.d.ts"],
["esnext.regexp", "lib.esnext.regexp.d.ts"],
["esnext.string", "lib.esnext.string.d.ts"],
["decorators", "lib.decorators.d.ts"],
["decorators.legacy", "lib.decorators.legacy.d.ts"],
];