UNPKG

@gmjs/cli-wrapper

Version:
3 lines (2 loc) 142 B
import { CliConfig, ParseResult } from '../../types'; export declare function parse(args: readonly string[], config: CliConfig): ParseResult;