UNPKG

319 BTypeScriptView Raw
1#!/usr/bin/env node
2import arg from "arg";
3export declare type BuildArgs = ReturnType<typeof getBuildArgs>;
4declare function getBuildArgs(argv: string[]): arg.Result<{
5 "--debug-hydration": BooleanConstructor;
6 "--no-clean": BooleanConstructor;
7 "--filter": StringConstructor;
8 "-f": string;
9}>;
10export {};