1
0
Fork 0
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:
Asher Gomez 2024-02-14 06:55:17 +11:00 committed by GitHub
parent 6be389ce29
commit b651990684
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -605,7 +605,6 @@ export {
Conn, Conn,
connect, connect,
createListenDatagram, createListenDatagram,
Datagram,
listen, listen,
Listener, Listener,
listenOptionApiName, listenOptionApiName,