Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
11
Frontend-Learner/node_modules/unenv/dist/runtime/node/diagnostics_channel.d.mts
generated
vendored
Normal file
11
Frontend-Learner/node_modules/unenv/dist/runtime/node/diagnostics_channel.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import type nodeDiagnosticsChannel from "node:diagnostics_channel";
|
||||
export { Channel } from "./internal/diagnostics_channel/channel.mjs";
|
||||
export declare const channel: typeof nodeDiagnosticsChannel.channel;
|
||||
export declare const hasSubscribers: typeof nodeDiagnosticsChannel.hasSubscribers;
|
||||
export declare const subscribe: typeof nodeDiagnosticsChannel.subscribe;
|
||||
export declare const unsubscribe: typeof nodeDiagnosticsChannel.unsubscribe;
|
||||
export declare const tracingChannel: typeof nodeDiagnosticsChannel.tracingChannel;
|
||||
// TracingChannel is incorrectly exposed on the `diagnostics_channel` type. In addition, its type
|
||||
// takes a constructor with no arguments, whereas the node implementation takes a name (matching `tracingChannel`)
|
||||
declare const _default: {};
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue