https://github.com/notwoods/webish
Useful JS concepts and data structures
https://github.com/notwoods/webish
deno jsr node
Last synced: 7 days ago
JSON representation
Useful JS concepts and data structures
- Host: GitHub
- URL: https://github.com/notwoods/webish
- Owner: NotWoods
- License: mit
- Created: 2024-01-08T15:29:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:25:09.000Z (5 months ago)
- Last Synced: 2025-03-27T17:02:56.305Z (about 1 month ago)
- Topics: deno, jsr, node
- Language: TypeScript
- Homepage: https://jsr.io/@notwoods/webish/doc
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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 @NotWoods'
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 dependenciesWhile 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`).