DependencyToken.constructor - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / DependencyToken<T> / constructor
Initializes a new instance of the DependencyToken<T>
class.
public constructor(
description: string
)
Source reference: src/dependencies/IDependencyResolver.ts:218
.
-
description:
string
A textual description of the token used in exception messages.