https://github.com/jstransformers/jstransformer-typescript
TypeScript support for JSTransformers.
https://github.com/jstransformers/jstransformer-typescript
Last synced: over 1 year ago
JSON representation
TypeScript support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-typescript
- Owner: jstransformers
- License: mit
- Created: 2015-06-23T14:14:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T18:27:16.000Z (over 5 years ago)
- Last Synced: 2025-02-23T00:47:13.507Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-typescript
- Size: 61.5 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-typescript
[typescript](http://example.com) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-typescript)
[](https://codecov.io/gh/jstransformers/jstransformer-typescript)
[](http://david-dm.org/jstransformers/jstransformer-typescript)
[](https://www.npmjs.org/package/jstransformer-typescript)
## Installation
npm install jstransformer-typescript
## API
```js
var typescript = require('jstransformer')(require('jstransformer-typescript'))
typescript.render("let x: string = 'Hello, World!'").body
//=> var x = 'Hello, World!';
```
## License
MIT