Skip to main content
Deno 2 is finally here 🎉️
Learn more

🍱 lowlighter’s standalone libraries

This is a collection of carefully crafted TypeScript standalone libraries. These try to be minimal, unbloated and convenient.

Most of them are written with deno in mind, but as the code honors web standards they should be usable on any runtime that follows web specifications (including browsers).

Index

These libraries are published at jsr.io/@libs *(they were previously available at deno.land/x/libs).

Important


Love these bytes ? Consider 💝 sponsoring me, even one-time contributions are greatly appreciated !

ℹ️ About

While this repository is public, it is not really intended to be a collaborative project. Pull requests for bug fixes or improvements are still welcome, but I may not accept any feature request if it doesn’t seem to fit the scope of this project.

Additionally, these libraries tends to follow my own coding style which:

  • use ES next syntax
  • try to be minimalistic and visually unbloated (no semicolons, infered typing, etc.)
  • use caseless convention (single whole words are preferred assuming they’re unambiguous depending on the local context)

📜 License

This work is licensed under the MIT License.

If you include a significant part of it in your own project, you should keep the license notice with it, including the mention of the additional original authors if any.