Skip to content

async provider.AsyncProviderFactory

Sclable CI edited this page Sep 11, 2024 · 198 revisions

Interface: AsyncProviderFactory<T>

async-provider.AsyncProviderFactory

For defineing a provider with useClass or useExisting the provider must implement this interface

Type parameters

Name
T

Table of contents

Methods

Methods

create

create(): T

Returns

T

Defined in

packages/async-provider/index.ts:5

Clone this wiki locally