mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-22 19:35:44 +00:00
9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
// Copyright 2017-2021 @polkadot/ledger authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import type { TransportDef } from './types';
|
|
|
|
const transports: TransportDef[] = [];
|
|
|
|
export { transports };
|