UNPKG

@notadd/injection

Version:

Notadd Injection Package.

7 lines (6 loc) 175 B
import { Injection } from "../interfaces"; export declare class InjectionService { private injections; loadInjections(): Injection[]; refreshInjections(): void; }