UNPKG

@nexex/orderbook

Version:
8 lines (7 loc) 226 B
import { Dex } from '@nexex/api'; import { ObConfig } from './global.model'; export declare const DexProvider: { provide: typeof Dex; inject: (typeof ObConfig)[]; useFactory: (config: ObConfig) => Promise<Dex>; };