PackageOption: {
    name: string;
    outputDir?: SourcePath;
}

Type declaration

  • name: string

    The name of the package to retrieve.

  • OptionaloutputDir?: SourcePath

    The directory where the retrieved package source should be converted. If this is not specified the directory will default to <process.cwd()>/PackageOption.name.