1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -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,
connect,
createListenDatagram,
Datagram,
listen,
Listener,
listenOptionApiName,