# amaro **Repository Path**: mirrors_WebReflection/amaro ## Basic Information - **Project Name**: amaro - **Description**: @swc/wasm-typescript module for browsers - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @webreflection/amaro This is [@swc/wasm-typescript](https://www.npmjs.com/package/@swc/wasm-typescript), the one [used in NodeJS](https://github.com/nodejs/amaro/tree/main/lib), repackaged as browser friendly module, no more, hopefully no less. ```js // https://esm.run/@webreflection/amaro import { transformSync } from '@webreflection/amaro'; transformSync('const s:string = "amaro"').code; // const s = "amaro" // that's it 🥳 ```