UNPKG

xero-hero

Version:

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

15 lines (14 loc) 797 B
export { deepClone } from './common/instance/operations.mjs'; export { getListFromResponse } from './common/response/selectors.mjs'; export { dateInWhereFormat } from './common/where/generators.mjs'; export { createInvoiceAttachment } from './accounting/attachments/requests.mjs'; export { getContactLink } from './accounting/contacts/links.mjs'; export { filterInvoiceLineItems } from './accounting/invoices/lineItems.mjs'; export { getInvoiceLink } from './accounting/invoices/links.mjs'; export { getManualJournalLink } from './accounting/journals/links.mjs'; export { generateProjectAmountUSD } from './projects/generators.mjs'; export { hoursFromTimeEntries } from './projects/timeEntries.mjs'; import 'node:http'; import 'xero-node'; import './types.mjs'; import './projects/shimTypes.mjs';