Comparing version 0.0.2 to 0.0.3
import { IDefinition } from "./definitions/IDefinition"; | ||
export interface IDIContainer { | ||
get: <T>(serviceName: string) => T; | ||
addDefinition: (name: DefinitionName, definition: IDefinition) => void; | ||
addDefinitions: (definitions: INamedDefinitions) => void; | ||
} | ||
@@ -7,0 +5,0 @@ interface INamedDefinitions { |
{ | ||
"name": "rsdi", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "dependency injection container", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22218
356