UNPKG

@lillallol/dic

Version:

My own dependency injection container.

3 lines (2 loc) 133 B
import { ITYPES } from "../publicApi"; export declare const namesFactory: <T extends ITYPES>() => <N extends keyof T>(name: N) => N;