mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
chore: cleanup obsolete Datagram
export (#22078)
This isn't used anywhere outside the originating file.
This commit is contained in:
parent
6be389ce29
commit
b651990684
1 changed files with 0 additions and 1 deletions
|
@ -605,7 +605,6 @@ export {
|
||||||
Conn,
|
Conn,
|
||||||
connect,
|
connect,
|
||||||
createListenDatagram,
|
createListenDatagram,
|
||||||
Datagram,
|
|
||||||
listen,
|
listen,
|
||||||
Listener,
|
Listener,
|
||||||
listenOptionApiName,
|
listenOptionApiName,
|
||||||
|
|
Loading…
Reference in a new issue