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.
Parameters
Section titled “Parameters”context
Section titled “context”Returns
Section titled “Returns”string | Promise<string>