8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
import { __decorate } from "tslib";
|
|
|
|
class A {
|
|
method(): string {}
|
|
|
|
}
|
|
|
|
__decorate([dec], A.prototype, "method", null); |