UNPKG

@bitr/bitbankcc

Version:
5 lines (4 loc) 215 B
import BrokerAdapterImpl from './BrokerAdapterImpl'; import { BrokerConfigType } from './types'; export declare function create(config: BrokerConfigType): BrokerAdapterImpl; export * from '@bitr/bitbankcc-api';