diff --git a/docs/classes/DependencyNotRegisteredError.html b/docs/classes/DependencyNotRegisteredError.html
index 90e57f0..8d35e5f 100644
--- a/docs/classes/DependencyNotRegisteredError.html
+++ b/docs/classes/DependencyNotRegisteredError.html
@@ -1,4 +1,4 @@
-
DependencyNotRegisteredError | ts-fp-diClass DependencyNotRegisteredError
Hierarchy
- Error
- DependencyNotRegisteredError
Index
Constructors
constructor
+
DependencyNotRegisteredError | ts-fp-diClass DependencyNotRegisteredError
Hierarchy
- Error
- DependencyNotRegisteredError
Constructors
Properties
Optional
cause
cause?: unknown
Optional
stack
stack?: string
Static
Optional
prepareStackTrace
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)
Constructors
Properties
Optional
cause
cause?: unknown
Optional
stack
stack?: string
Static
Optional
prepareStackTrace
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)
Static
stackTraceLimit
stackTraceLimit: number
Methods
Static
captureStackTrace
- captureStackTrace(targetObject, constructorOpt?): void
Parameters
- targetObject: object
Optional
constructorOpt: Function
Returns void
diff --git a/docs/classes/DiNotInitializedError.html b/docs/classes/DiNotInitializedError.html
index b769fe9..168bd86 100644
--- a/docs/classes/DiNotInitializedError.html
+++ b/docs/classes/DiNotInitializedError.html
@@ -1,4 +1,4 @@
-DiNotInitializedError | ts-fp-diClass DiNotInitializedError
Index
Constructors
constructor
+
DiNotInitializedError | ts-fp-diClass DiNotInitializedError
Constructors
Properties
Optional
cause
cause?: unknown
Optional
stack
stack?: string
Static
Optional
prepareStackTrace
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)
Constructors
Properties
Optional
cause
cause?: unknown
Optional
stack
stack?: string
Static
Optional
prepareStackTrace
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)
Static
stackTraceLimit
stackTraceLimit: number
Methods
Static
captureStackTrace
- captureStackTrace(targetObject, constructorOpt?): void
Parameters
- targetObject: object
Optional
constructorOpt: Function
Returns void
diff --git a/docs/functions/clearGlobalState.html b/docs/functions/clearGlobalState.html
index a60ff56..1bfe0e9 100644
--- a/docs/functions/clearGlobalState.html
+++ b/docs/functions/clearGlobalState.html
@@ -1 +1 @@
-clearGlobalState | ts-fp-diFunction clearGlobalState
- clearGlobalState(): void
Returns void
+clearGlobalState | ts-fp-diFunction clearGlobalState
- clearGlobalState(): void
Returns void
diff --git a/docs/functions/di.html b/docs/functions/di.html
index d924f46..a5d6338 100644
--- a/docs/functions/di.html
+++ b/docs/functions/di.html
@@ -3,4 +3,4 @@
+
diff --git a/docs/functions/diContext.html b/docs/functions/diContext.html
index e6e40a8..02653a2 100644
--- a/docs/functions/diContext.html
+++ b/docs/functions/diContext.html
@@ -1 +1 @@
-diContext | ts-fp-di- diContext(): AlsContext
Returns AlsContext
+diContext | ts-fp-di- diContext(): AlsContext
Returns AlsContext
diff --git a/docs/functions/diDep.html b/docs/functions/diDep.html
index 3210113..79b4f82 100644
--- a/docs/functions/diDep.html
+++ b/docs/functions/diDep.html
@@ -5,10 +5,10 @@
Throws
DiNotInitializedError if called outside of diInit callback
Throws
DependencyNotRegisteredError if dependency not registered
-diDep<T>(dep): TdiDep<T>(dep): TReturns T
Optional override for formatting stack traces
+