jamcoupe / encode.ts

Encoding in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#encode.ts

Encoding Utilities for TypeScript

Assuming you have NPM, TSD installed run the following:

npm install
jspm install
tsd reinstall

For development run:

node_modules/.bin/karma start

This will compile and run the tests each time you make a change.

About

Encoding in TypeScript

License:MIT License


Languages

Language:TypeScript 87.6%Language:JavaScript 12.4%