Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 11, 2023
1 parent 05b42dd commit c6faacb
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
function decorator(): PropertyDecorator {
return ()=>null;
}
class Example {
value?: `prefix${string}`;
}
__decorate([
decorator(),
__metadata("design:type", String)
], Example.prototype, "value", void 0);

0 comments on commit c6faacb

Please sign in to comment.