UNPKG

jton-contracts

Version:
7 lines 309 B
import { Config, StringMap, TestGiverKit } from 'jton'; import { GiverV2 } from '../'; export interface TestGiverV2Kit extends TestGiverKit { giver: GiverV2; } export declare function prepareGiverV2(config: Config, keysMap: StringMap, timeout?: number): TestGiverV2Kit; //# sourceMappingURL=index.d.ts.map