Uses: @esmbly/transformer-jsdoc
This example shows how the ms package can be transformed to TypeScript based on JSDoc comments.
# Input (JavaScript with JSDoc comments)
src/index.js
# Output (TypeScript, AssemblyScript, WebAssembly)
dist/index.ts
yarn run esmbly run