1.0.5 • Published 6 years ago

typescript-collections-generic v1.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Typescript Generic Collections (Unofficial)


Included most useful data structures:

  • Linked List
  • Dictionary
  • Set
  • Stack
  • Queue
  • Arrays manipulating
NOTE: This is a personalized list of top used collections. It is not fully tested and not suitable for production environment. For the complete stable and tested list please visit the official:

TypeScript Collections

npm install typescript-collections