Skip to content

Commit

Permalink
Update 2024-03-25-changes-to-consistent-type-imports-with-decorators.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Mar 24, 2024
1 parent 50a0f5c commit e85e919
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ TypeScript will transpile this code to the following:

<!-- prettier-ignore -->
```ts
var _a;
import { __decorate, __metadata } from "tslib";
import Foo from 'foo';
import decorator from 'decorator';
Expand Down

0 comments on commit e85e919

Please sign in to comment.