UNPKG

@launchtray/tsyringe-async

Version:

Lightweight dependency injection container for JavaScript/TypeScript, with asynchronous resolution

6 lines (5 loc) 139 B
import Lifecycle from "./lifecycle"; declare type RegistrationOptions = { lifecycle: Lifecycle; }; export default RegistrationOptions;