mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
docs: add category tag for built-in APIs (#15480)
This commit is contained in:
parent
868c7e38bf
commit
a2ab5eee01
17 changed files with 1269 additions and 185 deletions
1
ext/console/lib.deno_console.d.ts
vendored
1
ext/console/lib.deno_console.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue