contexify
Version:
A TypeScript library providing a powerful dependency injection container with context-based IoC capabilities, inspired by LoopBack's Context system.
21 lines (20 loc) • 452 B
text/typescript
export * from './debug.js';
export * from './json-types.js';
export * from './keys.js';
export * from './unique-id.js';
// Re-export everything from value-promise except UUID_PATTERN to avoid conflict
export {
BoundValue,
Constructor,
getDeepProperty,
isPromiseLike,
MapObject,
resolveList,
resolveMap,
resolveUntil,
transformValueOrPromise,
tryCatchFinally,
tryWithFinally,
uuid,
ValueOrPromise,
} from './value-promise.js';