dependency-inject
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "dependency-inject", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
@@ -29,3 +29,2 @@ "main": "built/index.js", | ||
"devDependencies": { | ||
"@types/node": "^7.0.31", | ||
"@types/webpack": "^2.2.16", | ||
@@ -32,0 +31,0 @@ "ava": "^0.18.2", |
import Container from "./container" | ||
export declare interface IObjectType<T> { | ||
new (): T | ||
new(): T | ||
} | ||
@@ -6,0 +6,0 @@ |
const tag = "ascoders-dependency-inject" | ||
declare var global: any | ||
const globalOrWindow: any = (typeof self === 'object' && self.self === self && self) || | ||
@@ -4,0 +6,0 @@ (typeof global === 'object' && global.global === global && global) |
Sorry, the diff of this file is not supported yet
10
833
65079