UNPKG

113 BTypeScriptView Raw
1import { BuildOptions } from '../types';
2export default function parseArgv(args: string[]): BuildOptions | void;