solzu
v2.0.0
Published
collections of useful typescript stuff
Downloads
13
Readme
Solzu
Solzu (/solˈzu/
) is a lightweight collection of powerful typescript utilities to write ergonomic and maintainable code.
This library is still in the very early stages of development. If you're looking for a more battle tested solution please checkout
Effect
orfp-ts
Install
- npm
npm i solzu
- pnpm
pnpm add solzu
Features
Primitives
The building blocks of Solzu. Comprised of custom data structures and their accompanied by powerful functions.
Maybe<V>
%% TODO %%
Result<V, E>
%% TODO %%
Job
%% TODO %%