UNPKG

typing-flow

Version:

Npm package for typing animation for web

2 lines (1 loc) 107 B
export declare function execute<T>(generator: Generator<Promise<T>>, yieldValue?: unknown): Promise<void>;