UNPKG

craydent-cli

Version:

Node module to manage command line execution and arguments

9 lines (8 loc) 182 B
import * as ICLI from './methods/cli'; declare global { interface Craydent { CLI: typeof ICLI.default; } } declare const _default: Craydent; export default _default;