https://github.com/samthor/thorish
Useful JS concepts and data structures
https://github.com/samthor/thorish
Last synced: 9 months ago
JSON representation
Useful JS concepts and data structures
- Host: GitHub
- URL: https://github.com/samthor/thorish
- Owner: samthor
- License: apache-2.0
- Created: 2022-09-23T01:02:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T21:48:29.000Z (over 1 year ago)
- Last Synced: 2025-02-02T08:11:21.622Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 175 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a library of useful JS concepts and data structures for Node and the browser.
It it, unashamedly, a dumping ground for code needed by [@samthor](https://twitter.com/samthor)'s projects.
This library:
- is available in ESM only
- publishes its own definition files
- has _no_ side effects
- aims to have low/no interactions between code (i.e., using one helper won't bring in lots of others)
- has no dependencies
While you _can_ depend on this project directly, you should also consider bundling just the parts you need in your project's output (i.e., make it a `devDependency`).