This commit is contained in:
proteriax
2021-07-22 14:35:29 -04:00
parent 21003af738
commit 5257dc7ed2
8 changed files with 46 additions and 28 deletions

View File

@ -1,8 +1,8 @@
import { __decorate } from "tslib";
let A = class A {
string: string;
}
};
__decorate([prop], A.prototype, "string", void 0);
A = __decorate([classDecorator], A);
A = __decorate([classDecorator], A);