UNPKG

103 BTypeScriptView Raw
1export default function (options: {
2 testing?: boolean;
3 cliArgs: string[];
4}): Promise<number>;