UNPKG

@malagu/core

Version:
6 lines 266 B
import { ComponentId } from '../annotation/component'; import { Provider } from './provider-protocol'; export declare namespace ProviderUtil { function get<T extends Object>(componentId: ComponentId<T>): Provider<T>; } //# sourceMappingURL=provider-util.d.ts.map