@djodjonx/wiredi
    Preparing search index...

    Interface TsyringeDependencies

    Dependencies required to create a TsyringeProvider The user must provide these from their tsyringe installation

    interface TsyringeDependencies {
        container: TsyringeDependencyContainer;
        Lifecycle: TsyringeLifecycle;
    }
    Index

    Properties

    Properties

    The tsyringe container to use

    `import { container } from 'tsyringe'`
    

    The tsyringe Lifecycle enum

    `import { Lifecycle } from 'tsyringe'`