You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@duplojs/utils is the TypeScript utility toolbox used across the DuploJS ecosystem. It focuses on strong typing, good DX, and small composable primitives that scale from simple helpers to full validation pipelines.
@duplojs/lang reimagines native functions for functional programming: immutable, curried, pipe-first. Either handles control flow, and constraints let data prove it's already valid — no more re-checking what you know.