UNPKG

ts-ioc-container

Version:

Fast, lightweight TypeScript dependency injection container with a clean API, scoped lifecycles, decorators, tokens, hooks, lazy injection, customizable providers, and no global container objects.

4 lines (3 loc) 92 B
export declare const Filter: { exclude: <T>(arr: Set<T> | T[]) => (v: T) => boolean; };