UNPKG

xero-hero

Version:

Heroic utilities to simplify and enable your progress with the [xero-node](https://www.npmjs.com/package/xero-node) SDK.

11 lines 244 B
// src/projects/generators.ts var generateProjectAmountUSD = (value) => { const amount = {}; amount.currency = "USD"; amount.value = value; return amount; }; export { generateProjectAmountUSD }; //# sourceMappingURL=generators.mjs.map