Skip to main content
Module

x/polkadot/x-ws/mod.ts

Package publishing for deno.land/x/polkadot
Go to Latest
File
// Copyright 2017-2022 @polkadot/x-ws authors & contributors// SPDX-License-Identifier: Apache-2.0
export { packageInfo } from './packageInfo.ts';
const _WebSocket = WebSocket;
export { _WebSocket as WebSocket };