UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

5 lines (4 loc) 251 B
import { Token } from './provider'; import 'reflect-metadata'; export declare function Inject(token: Token<any>): (target: any, _: string | symbol, index: number) => any; export declare function getInjectionToken(target: any, index: number): any;