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

https://github.com/freeelephants/ts-util

Java like Collection Framework and Data Structures (java.util package) for TypeScript.
https://github.com/freeelephants/ts-util

java typescript

Last synced: 2 months ago
JSON representation

Java like Collection Framework and Data Structures (java.util package) for TypeScript.

Awesome Lists containing this project

README

          

# Typescript Util Package

It's home-project for:
1. Learn Java Collection Framework (https://docs.oracle.com/javase/8/docs/technotes/guides/collections/index.html) and standard data structures (https://docs.oracle.com/javase/8/docs/api/java/util/package-summary.html).
2. My be port it as far as possible to TypeScript. I'm not found good solution with data structures for TypeScript. I know about https://github.com/basarat/typescript-collections, but I'm like Java syntax more.
3. Try to use my xUnit framework for TypeScript (https://github.com/FreeElephants/TSxUnit)
4. Get practice with TypeScript / npm.