UNPKG

sprotty

Version:

A next-gen framework for graphical views

8 lines 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isInjectable = void 0; function isInjectable(constr) { return Reflect.getMetadata('inversify:paramtypes', constr) !== undefined; } exports.isInjectable = isInjectable; //# sourceMappingURL=inversify.js.map