toopo

Tested functions, copied into your project.

No package to install, no dependency tree. Every function ships as plain source with a frozen contract — its signature and behaviour never change.

All functions

Recently added

No dependencies

npx toopo add copies plain source into lib/toopo/. Nothing is added to your package.json, ever.

Frozen contracts

A function's signature and behaviour never change. Updates can fix internals — they can never break callers.

Tested continuously

Every function carries its own test suite, run on every commit against the frozen contract.