mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { IocContext } from 'power-di';
|
|
|
|
export * from 'power-di';
|
|
|
|
export const globalContext = IocContext.DefaultInstance;
|