UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

3 lines (2 loc) 132 B
import type { Container } from 'inversify'; export declare function bindFactory<T>(container: Container, identifier: string): void;