remove-types
A small library for transforming TypeScript code into JavaScript code in the least destructive way possible. This library exports a single function whose purpose is to preserve everything else about the code except for the actual TypeScript syntax itself.
MIT
2 个版本
安装
npm install remove-types
yarn add remove-types
pnpm add remove-types
bun add remove-types