UNPKG

@typed/test

Version:
5 lines (4 loc) 142 B
import { Options } from './types'; export declare function runTypedTest(userOptions?: Options): Promise<Array<{ dispose: () => void; }>>;