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.
- Host: GitHub
- URL: https://github.com/freeelephants/ts-util
- Owner: FreeElephants
- License: bsd-2-clause
- Created: 2016-10-18T14:54:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T19:35:10.000Z (over 9 years ago)
- Last Synced: 2025-08-28T09:55:23.681Z (11 months ago)
- Topics: java, typescript
- Language: TypeScript
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.md
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.