UNPKG

craydent

Version:

node library based on craydent-1.9.3

4 lines (2 loc) 153 B
import { AsyncFunction } from "../models/AsyncFunction"; export type Invokable = GeneratorFunction | AsyncGeneratorFunction | AsyncFunction | Function;