control-freak-ide/server/nodejs/_build/di/extra/ready.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

15 lines
408 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const decorator_1 = require("../core/decorator");
function ready() {
return decorator_1.decorateClassMethod(new ReadyAttribute());
}
exports.ready = ready;
class ReadyAttribute {
constructor() { }
getInterceptor() {
return null;
}
}
exports.ReadyAttribute = ReadyAttribute;
//# sourceMappingURL=ready.js.map