UNPKG

contexify

Version:

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

13 lines (11 loc) 279 B
/** * Version information for the Contexify package * * This file is automatically updated by the version synchronization system * when the package version changes. */ /** * Current version of the Contexify package */ declare const VERSION = "1.2.2"; export { VERSION };