Skip to content

Latest commit

 

History

History

ms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example: ms

Uses: @esmbly/transformer-jsdoc

Summary

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

Transforming the example

yarn run esmbly run