UNPKG

@zenweb/core

Version:

ZenWeb Core Module - Module loader and Server

9 lines (8 loc) 202 B
/** * 统一 Conext 实体,用于注入识别 */ export class Context { constructor() { throw new TypeError('Context is used for injection description, cannot be initialized.'); } }