TransientModule interface
Home > @rimitive/core > TransientModule
TransientModule interface
Section titled “TransientModule interface”Marker for transient modules - creates fresh instance per dependent
Signature:
export interface TransientModule<TName extends string = string, TImpl = unknown, TDeps = unknown> extends Module<TName, TImpl, TDeps>Extends: Module<TName, TImpl, TDeps>
Properties
Section titled “Properties”|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
‘transient’ |