deno.land / std@0.167.0 / node / console.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
import { Console } from "./internal/console/constructor.mjs";
export default Object.assign({}, console, { Console });
export { Console };export const { assert, clear, count, countReset, debug, dir, dirxml, error, group, groupCollapsed, groupEnd, info, log, profile, profileEnd, table, time, timeEnd, timeLog, timeStamp, trace, warn,} = console;// deno-lint-ignore no-explicit-anyexport const indentLevel = (console as any)?.indentLevel;
std

Version Info

Tagged at
a year ago