Skip to content

yummies/complex

Description

Dependency-injection style factory for classes that take a single deps object in their constructor. Merges predefined singletons with per-call overrides so feature modules can be constructed consistently in apps that avoid heavyweight DI containers.

Usage

ts
import { ModulesFactory } from "yummies/complex";

Released under the MIT License.