6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
import { __decorate } from "tslib";
|
|
let B = class B {
|
|
#remote: Service;
|
|
};
|
|
B = __decorate([Service()], B);
|
|
export { B }; |