{"library":"stack-typescript","type":"library","category":null,"description":"stack-typescript is a lightweight, generic Stack data structure implementation for TypeScript and JavaScript environments, currently at version 1.0.4. It is built upon the `linked-list-typescript` package, providing a LIFO (Last-In, First-Out) collection. Key features include full TypeScript generics support for strong type-checking, enabling stacks of any primitive, object, or custom class. The package also implements both the JavaScript iterator and iterable protocols, allowing seamless integration with `for...of` loops, spread syntax (`...`), and array deconstruction. Its primary differentiators are its explicit use of a linked list for underlying storage and its full adherence to TypeScript's type-templating capabilities, ensuring type safety from initialization to manipulation. The release cadence appears stable, with a focus on core data structure functionality without frequent breaking changes, typical for foundational utility libraries.","language":"javascript","status":"active","version":"1.0.4","tags":["javascript","typescript","linked-list","linkedlist","stack"],"install":[{"cmd":"npm install stack-typescript","imports":["import { Stack } from 'stack-typescript';","const { Stack } = require('stack-typescript');","let myStack = new Stack<string>();"]},{"cmd":"yarn add stack-typescript","imports":[]},{"cmd":"pnpm add stack-typescript","imports":[]}],"homepage":null,"github":"https://github.com/sfkiwi/stack-typescript","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/stack-typescript","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/stack-typescript/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}