TypeScript — tape-ts⌗
import { durableApp, outboxTool } from 'tape-ts';
const app = durableApp({
name: 'treasury',
budget: { usdCap: 50, tokenCap: 2_000_000 },
});
The full package reference is generated at build time from TSDoc via
typedoc-plugin-markdown: