UNPKG

@deepkit/api-console-gui

Version:

API Console GUI

13 lines 390 B
import { __decorate } from "tslib"; import { TypeRegistry } from '@deepkit/type'; import { Injectable } from '@angular/core'; let InputRegistry = class InputRegistry { constructor() { this.registry = new TypeRegistry(); } }; InputRegistry = __decorate([ Injectable({ providedIn: 'root' }) ], InputRegistry); export { InputRegistry }; //# sourceMappingURL=registry.js.map