@palmares/std
v0.0.1
Published
The palmares standard library, this is used to interact with the environment we are working with, it can be a browser, node.js, bun, deno or whatever runtime. The standard library should include interfaces that we can extend in whatever environment we are
Downloads
1
Maintainers
Readme
@palmares/std
This is the palmares standard library, it offers many interfaces to interact with the environment. To make the framework more feature proof we do not want to be tied event to a specific runtime as it might change overtime (with stuff like Deno and Bun). So we want to abstract away the runtime and make it easy to change if needed.