TypeScript Playground
Write TypeScript in the left panel and see the stripped JavaScript output on the right. Type annotations, interfaces, generics, and access modifiers are removed automatically.
Examples
Note: This tool strips TypeScript syntax using regex — it does not invoke the TypeScript compiler. The output may not be valid JavaScript for all edge cases. For full compilation, type checking, and declaration output, use typescriptlang.org/play.