UNPKG

250 BTypeScriptView Raw
1import { Command, flags } from '@oclif/command';
2export default class PackWin extends Command {
3 static description: string;
4 static flags: {
5 root: flags.IOptionFlag<string>;
6 };
7 run(): Promise<void>;
8 private checkForNSIS;
9}