A lightweight queue package supporting both FIFO (First In First Out) and LIFO (Last In First Out) operations. Features include asynchronous iteration, event emission, and batch processing. The queue dynamically resizes, handles push and get timeouts, and
A TypeScript implementation of a stack data structure following the LIFO (Last-In, First-Out) principle
A stack (LIFO) implementation written in TypeScript.