UNPKG

reasonably-typed

Version:

Converts flow definitions to Bucklescript definitions

14 lines (11 loc) 259 B
declare module 'object-type' { declare type subscribeOptions = { start: number, stop: number } declare type testOptions = { method: string, subscribe: subscribeOptions } declare export function test(options: TestOptions): string }