UNPKG

craydent-cli

Version:

Node module to manage command line execution and arguments

1 lines 61 B
export type AsyncFunction = (...args: any[]) => Promise<any>;