UNPKG

contexify

Version:

A TypeScript library providing a powerful dependency injection container with context-based IoC capabilities, inspired by LoopBack's Context system.

21 lines 601 B
export * from "./debug.js"; export * from "./json-types.js"; export * from "./keys.js"; export * from "./unique-id.js"; import { BoundValue, Constructor, getDeepProperty, isPromiseLike, MapObject, resolveList, resolveMap, resolveUntil, transformValueOrPromise, tryCatchFinally, tryWithFinally, uuid, ValueOrPromise } from "./value-promise.js"; export { BoundValue, Constructor, MapObject, ValueOrPromise, getDeepProperty, isPromiseLike, resolveList, resolveMap, resolveUntil, transformValueOrPromise, tryCatchFinally, tryWithFinally, uuid }; //# sourceMappingURL=index.js.map