UNPKG

craydent

Version:

node library based on craydent-1.9.3

3 lines (2 loc) 151 B
import { AsyncFunction } from '../models/AsyncFunction'; export declare type Yieldables = Promise<any> | GeneratorFunction | AsyncFunction | Function;