deno.land / std@0.157.0 / node / diagnostics_channel.ts

diagnostics_channel.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.export function channel() { throw new Error("not implemented");}export function hasSubscribers() { throw new Error("not implemented");}export function Channel() { throw new Error("not implemented");}
export default { channel, Channel, hasSubscribers };
std

Version Info

Tagged at
a year ago