Skip to content

Commit

Permalink
docs: add website url (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Jan 18, 2025
1 parent 61ed801 commit 91cd362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This is a simple tool to migrate full-fledged TypeScript code to type-annotated TypeScript code that is compatible with the [type annotation proposal](https://github.com/tc39/proposal-type-annotations) as well as NodeJS's[--experimental-strip-types](https://nodejs.org/en/blog/release/v22.6.0#experimental-typescript-support-via-strip-types) mode.

Live demo: [nicojs.github.io/type-annotationify/](https://nicojs.github.io/type-annotationify/)

![Example of class parameter properties transformation](https://github.com/nicojs/type-annotationify/blob/main/convert-parameter-properties.gif)

> [!NOTE]
Expand Down

0 comments on commit 91cd362

Please sign in to comment.