Completed

This commit is contained in:
aet
2021-07-21 23:37:51 -04:00
parent 2c504997af
commit 4c8f3424ce
23 changed files with 602 additions and 34 deletions

View File

@ -0,0 +1,9 @@
import { __decorate } from "tslib"
class A {
prop: string;
prop2: string;
}
__decorate([dec], A.prototype, "prop", void 0);
__decorate([dec, dec2], A.prototype, "prop2", void 0);