TypeScript for Python
Project description
TypeScript for Python
virtualenv venv
source venv/bin/activate
pip install typescript
Import TypeScript for single file usage
import typescript
myNumber = 0
print(type(myNumber))
#<class 'int'>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
typescript-0.0.12.tar.gz
(1.7 kB
view hashes)