Paste your JavaScript function, and the tool adds inferred TypeScript type annotations to its parameters and return value.
The tool adds basic type annotations to function parameters and return types, converts var to let/const, and adds interface suggestions.
The output is a starting point. You'll need to refine types, add generics, and handle edge cases for production TypeScript code.
Basic TypeScript knowledge helps. The tool generates simple type annotations that you can then customize and improve.