UNPKG

redux-haiku

Version:

> A saga is long and rambles on. > A haiku goes to the point. > Change!

8 lines (7 loc) 174 B
declare module 'washington' { declare var exports: ( name: string, example?: (done: (result: any) => void) => void ) => void declare function go(): void }