UNPKG

business-as-code

Version:

Primitives for expressing business logic and processes as code

10 lines 372 B
/** * FinanceProvider — port for adapter implementations (Stripe, Tempo, x402, * Privy, Lightspark). Every method is optional and gated by ProviderCapabilities; * adapters declare which capabilities they support. * * Adapter implementations are forthcoming and ship outside the substrate — * none are bundled here. */ export {}; //# sourceMappingURL=port.js.map