/encode.ts

Encoding in TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

#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.