2.0.0 • Published 4 years ago

jstransformer-typescript v2.0.0

Weekly downloads
32
License
MIT
Repository
github
Last release
4 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

2.0.0

4 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.1.0

10 years ago

0.0.1

10 years ago