UNPKG

xero-hero

Version:

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

6 lines (3 loc) 148 B
import { Amount } from './shimTypes.mjs'; declare const generateProjectAmountUSD: (value: number) => Amount; export { generateProjectAmountUSD };