UNPKG

craydent-cli

Version:

Node module to manage command line execution and arguments

4 lines (2 loc) 124 B
import { Invokable } from "../models/Invokable"; export declare type EventListeners = { func: Invokable, ref: Invokable };