Function suspended_factory

  • Creates an async factory that awaits access to an underlying factory that can be resolved at a later time.

    Returns (Promise<any> | ((data) => void) | ((...args) => Promise<any>))[]

Generated using TypeDoc