UNPKG
business-as-code
Version:
latest (2.4.0)
2.4.0
2.3.0
2.1.3
2.1.1
2.0.2
2.0.1
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
Primitives for expressing business logic and processes as code
business-as-code
/
dist
/
finance
/
types.js
8 lines
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * 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