UNPKG

craydent-cli

Version:

Node module to manage command line execution and arguments

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