@ygracs/lists-lib-js
v0.2.0
Published
A little helper library for handle a lists and an objects collections
Downloads
397
Readme
| rev.: | 0.0.3 | |:----------- | ----------:| | date: | 2026-03-28 |
Introduction
This module provides a classes of a lists and an objects collections.
Content
list of classes:
lists:
- TList;
- TItemsList;
- TItemsListEx.
for more see "
lists.md" in a packagedocdirectory or in the package repo.collections:
- TNamedItemsCollection;
- TNamedSetsCollection;
- TItemsICollection.
for more see "
collections.md" in a packagedocdirectory or in the package repo.
Use cases
Installation
npm install @ygracs/lists-lib-js
