UNPKG

oral-ts

Version:

a testing framework for typescript

4 lines (3 loc) 187 B
export declare const keyToString: (key: string) => string; export declare const pass: (key: string, name: string) => void; export declare const fail: (key: string, name: string) => void;