UNPKG

@farris/devkit-vue

Version:
6 lines (5 loc) 190 B
import { Injector } from './injector'; export declare class NullInjector implements Injector { get(token: any, notFoundValue?: any): any; } export declare const NULL_INJECTOR: Injector;