UNPKG

business-as-code

Version:

Primitives for expressing business logic and processes as code

8 lines 291 B
/** * Core value types — Money, Cost, Budget, SpendControl, CostModel. * * Money uses bigint in smallest currency unit (cents/satoshis/wei) for precision. * Refs use plain string with brand comment; cross-package nominal types deferred. */ export {}; //# sourceMappingURL=types.js.map