UNPKG

tsyringe

Version:

Lightweight dependency injection container for JavaScript/TypeScript

10 lines (9 loc) 293 B
import Lifecycle from "./lifecycle"; declare type RegistrationOptions = { /** * Customize the lifecycle of the registration * See https://github.com/microsoft/tsyringe#available-scopes for more information */ lifecycle: Lifecycle; }; export default RegistrationOptions;