function loadWsModule
Since 0.2.0
loadWsModule(): Promise<WsModuleLike>

Lazily imports ws and narrows it.

Return Type

Promise<WsModuleLike>

The narrowed ws module

Throws

Error

If ws is not installed, with the install command in the message

Usage

import { loadWsModule } from "runtime/src/index.ts";