UNPKG

@napi-rs/cli

Version:
13 lines (12 loc) 353 B
import { BaseNewCommand } from '../def/new.js'; export declare class NewCommand extends BaseNewCommand { interactive: boolean; execute(): Promise<0 | 1>; private fetchOptions; private fetchName; private fetchLicense; private fetchNapiVersion; private fetchTargets; private fetchTypeDef; private fetchGithubActions; }