@writetome51/open-array-item-inserter
an array-manipulating typescript/javascript class with methods that increase the length of the array
an array-manipulating typescript/javascript class with methods that increase the length of the array
an array-manipulating typescript/javascript class with methods that remove items from the array
an array-manipulating typescript/javascript class with methods that replace items in the array
an array-manipulating typescript/javascript class with sorting methods
A TypeScript/Javascript class with properties that give information about a dataset too big to be loaded all at once that is stored in memory one batch at-a-time, with the intention of paginating the batch
TypeScript/Javascript class intended to help a separate Paginator class paginate data. Specifically, this class contains the properties `itemsPerPage` and `totalPages`, which will be used by other classes, like the Paginator.
A TypeScript/JavaScript class that connects a paginator with its data source and tells it what to show in the view
An abstract TypeScript/JavaScript pagination class
An abstract TypeScript/JavaScript pagination class
A class for pagination in a real-world web application
Class based Faker Object Generator for testing node.js inspired by Fakingoose
TypeScript/JavaScript class intended to help a separate Paginator class paginate data that can only be saved in-memory one batch at-a-time
A class intended for pagination where all the data to be paginated can't be loaded in memory at once
Returns a TypeScript class decorator. You pass in a callback to change the behavior of the class that will be decorated
Simple, small array-paginating TypeScript/JavaScript class
TypeScript/JavaScript class intended to help a separate Paginator class paginate data that can only be stored in memory one batch at-a-time
An abstract TypeScript/JavaScript class representing an object or array stored in the browser's localStorage or sessionStorage
A class representing an object or array stored in the browser's localStorage. Makes it incredibly easy to store, modify, and retrieve an object/array from localStorage
A class representing an object or array stored in the browser's sessionStorage. Makes it incredibly easy to store, modify, and retrieve an object/array from sessionStorage
A TypeScript/Javascript class intended to help a separate Paginator paginate data that can't all be stored in memory at once