Configurator.Internal.default-8

configurator-core/src/configurator.internal.default

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new default(creator)

Parameters

NameType

creator

string

Properties

_creator_

_creator_: string

Implementation of

Context.creator

Methods

create

create<T>(promiseCategory, promiseIdentifier, workToDo): Promise<T>

Type parameters

Name

T

Parameters

NameType

promiseCategory

promiseIdentifier

string

workToDo

(resolve: (data?: T) => void, reject: (error: Error) => void) => void

Returns

Promise<T>

Last updated