UNPKG

@typed/test

Version:
3 lines (2 loc) 103 B
import { Test, TestFn } from '../types'; export declare function it(does: string, test: TestFn): Test;