Skip to content

Type Alias: BinSelector

BinSelector = (context) => string | Promise<string>

Select the executable from a download or unpacked archive. A selector may also prepare the file, such as applying its executable mode.

BinSelectionContext

string | Promise<string>