docs: add category tag for built-in APIs (#15480)

This commit is contained in:
Kitson Kelly 2022-08-17 13:12:24 +10:00 committed by GitHub
parent 868c7e38bf
commit a2ab5eee01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1269 additions and 185 deletions

View file

@ -5,6 +5,7 @@
/// <reference no-default-lib="true" />
/// <reference lib="esnext" />
/** @category Console and Debugging */
declare interface Console {
assert(condition?: boolean, ...data: any[]): void;
clear(): void;