An open API service indexing awesome lists of open source software.

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

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 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`).