std/net/mod.ts
Harry Solovay 1dc2369865
feat(net): getAvailablePort() (#3890)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-04 13:50:40 +09:00

10 lines
162 B
TypeScript

// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
/**
* Network utilities.
*
* @module
*/
export * from "./get_available_port.ts";