usepure
v0.0.1
Published
A pure subset of TypeScript — a "use pure" directive and a checker that enforces a functional core. In development.
Maintainers
Readme
usepure
A pure subset of TypeScript.
Plain .ts files opt in with a "use pure"; directive; usepure check
enforces that those files are pure, total, and expression-only, with a checked
boundary between the functional core and the imperative shell.
Status: in active development. This version reserves the package name; the first working release will replace it. No API yet — do not depend on this version.
