2021-07-21 23:37:51 -04:00

7 lines
119 B
Plaintext

import { __decorate } from "tslib";
class A {
method(): string {}
}
__decorate([dec], A.prototype, "method", null);