Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "mobidic", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"keywords": [], | ||
@@ -5,0 +5,0 @@ "author": "js2me", |
@@ -9,5 +9,5 @@ import { InjectRegisterConfig } from './container.types'; | ||
createValue(...args: any[]): TTarget; | ||
static create<TTarget>(token?: Exclude<TagDetailedConfig<TTarget>['token'], undefined>, config?: Omit<TagDetailedConfig<TTarget>, 'token'>): Tag<TTarget, any[]>; | ||
static create<TTarget, TArgs extends any[] = any[]>(token?: Exclude<TagDetailedConfig<TTarget, TArgs>['token'], undefined>, config?: Omit<TagDetailedConfig<TTarget, TArgs>, 'token'>): Tag<TTarget, TArgs>; | ||
static research<TTarget = any>(value: any): Tag<TTarget> | null; | ||
} | ||
//# sourceMappingURL=tag.d.ts.map |
Sorry, the diff of this file is not supported yet
26068