@js-items/foundation
v1.0.28
Published
Provides set of interfaces and tests for concrete implementations of js-items repositories
Downloads
32
Readme
foundation
Provides set of interfaces, utils and tests for concrete implementations of js-items repositories.
There is a fantastic alternative to this project (and @js-items is based on it): js-entity-repos.
The main differences to the @js-entity-repos:
- different naming convention: using
item
instead ofentity
- cursor based pagination operates using
before
andafter
instead ofcursor
anddirection
Installation
npm i --save-dev @js-items/foundation
Credits: