2.0.0 • Published 3 years ago

jstransformer-typescript v2.0.0

Weekly downloads
32
License
MIT
Repository
github
Last release
3 years ago

jstransformer-typescript

typescript support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-typescript

API

var typescript = require('jstransformer')(require('jstransformer-typescript'))

typescript.render("let x: string = 'Hello, World!'").body
//=> var x = 'Hello, World!';

License

MIT