An open API service indexing awesome lists of open source software.

https://github.com/torokmark/typescript_collection_framework

:carousel_horse: Collection framework for TypeScript
https://github.com/torokmark/typescript_collection_framework

Last synced: about 1 year ago
JSON representation

:carousel_horse: Collection framework for TypeScript

Awesome Lists containing this project

README

          

# Typescript Collection Framework #

## Aim ##

Our aim is to extend TypeScript with this module that ensure well-known collections and interfaces from Java and C#.

## Requirements ##

* TypeScript
* http://www.typescriptlang.org/

* QUnit
* https://npmjs.org/package/qunit
* https://github.com/kof/node-qunit

## Build ##

### Using commandline ###

#### tsc ####

tsc --target ES5 .\lib\hashset.ts

#### qunit ####

tsc --target ES5 .\spec\hashset_spec.ts --out hash.js

It generates `.js` files.

qunit -c .\hash.js -t .\hash.js

### Structure ###

## Co-contributors ##

* Szabó Toto