UNPKG

ts-packager

Version:
10 lines (9 loc) 289 B
import { Config } from './config'; import { Environment } from './environment'; /** * Get CLI arguments * * @param defaults Environment defaults * @returns Returns a new Environment object of the cli args */ export declare function getCliArgs(defaults: Environment): Config;