Guest User

Untitled

a guest
Nov 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. type Callback = () => void;
  2. export function describe(description: string, callback: Callback);
  3. export function it(description: string, callback: Callback);
Add Comment
Please, Sign In to add comment