mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
import { IocContext } from 'power-di';
|
|
export * from 'power-di';
|
|
|
|
export const globalContext = IocContext.DefaultInstance;
|