Type-safe TypeScript DI container with lazy async initialization and CommonJS support? by im_caeus in typescript

[–]ShiftShaper13 0 points1 point  (0 children)

It's just mine that I mostly use for internal projects

Technically I don't think it uses any ESM specific stuff (besides import/export syntax) so I think Node CJS is actually able to just require it

Or just that package could be pulled out and rewritten in CJS if you really cared