A library dedicated to programming the unknown! Pluriverity got its name from the Latin "plures veritates", meaning "several truths"; as such, this library aims to enhance working with TypeScript enums by providing utility functions aimed at handling things that could be in one of several states.
- Performant
- Great DX
Using a package manager like npm
:
npm install pluriverity
import { p } from "pluriverity";
Using Deno:
import { p } from "https://deno.land/x/pluriverity/mod.ts";
If you like this library, thanks so much! I'm glad to make something people like using. If you really like it and want to support me, star this library on GitHub or buy me a coffee. Any support/encouragement is greatly appreciated!