std/net/mod.ts

10 lines
162 B
TypeScript
Raw Normal View History

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