Variable defaultConst

default: { Engine: typeof Engine; Stream: typeof Stream; engine: Engine; from: ((...inputs: [TInput, ...TInput[]]) => Pick<Route, "batchInput" | "to" | "_via"> & { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }); then: ((value: ((rt: Pick<Route, "batchInput" | "to" | "_via">) => void)) => { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }) } & { finally: ((value: (() => void)) => void) }) }) } = ...

Type declaration

  • Engine: typeof Engine
  • Stream: typeof Stream
  • engine: Engine
  • from: ((...inputs: [TInput, ...TInput[]]) => Pick<Route, "batchInput" | "to" | "_via"> & { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }); then: ((value: ((rt: Pick<Route, "batchInput" | "to" | "_via">) => void)) => { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }) } & { finally: ((value: (() => void)) => void) }) })
      • (...inputs: [TInput, ...TInput[]]): Pick<Route, "batchInput" | "to" | "_via"> & { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }); then: ((value: ((rt: Pick<Route, "batchInput" | "to" | "_via">) => void)) => { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }) } & { finally: ((value: (() => void)) => void) }) }
      • Parameters

        • Rest ...inputs: [TInput, ...TInput[]]

        Returns Pick<Route, "batchInput" | "to" | "_via"> & { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }); then: ((value: ((rt: Pick<Route, "batchInput" | "to" | "_via">) => void)) => { catch: ((value: ((e: Error) => void)) => { finally: ((value: (() => void)) => void) }) } & { finally: ((value: (() => void)) => void) }) }

Generated using TypeDoc