Type alias RunnableDef

RunnableDef: ((results) => Promise<((...args) => any)>) | (ScriptDef | BinScriptDef) & BinOptions | InjectEnvDef | InjectArgsDef

Type declaration

    • (results): Promise<((...args) => any)>
    • Parameters

      • results: (1 | Error)[]

      Returns Promise<((...args) => any)>

Generated using TypeDoc