configurator-core/src/configurator.
# Implements
# Table of contents
# Constructors
# Properties
# Methods
# Constructors
# constructor
• new default(creator)
# Parameters
| Name | Type |
|---|---|
creator | string |
# Properties
# _creator_
• _creator_: string
# Implementation of
# Methods
# create
▸ create<T>(promiseCategory, promiseIdentifier, workToDo): Promise<T>
# Type parameters
| Name |
|---|
T |
# Parameters
| Name | Type |
|---|---|
promiseCategory | PROMISE_CATEGORY |
promiseIdentifier | string |
workToDo | (resolve: (data?: T) => void, reject: (error: Error) => void) => void |
# Returns
Promise<T>