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) • 785 B
TypeScript
export { deepClone } from './common/instance/operations.js';
export { getListFromResponse } from './common/response/selectors.js';
export { dateInWhereFormat } from './common/where/generators.js';
export { createInvoiceAttachment } from './accounting/attachments/requests.js';
export { getContactLink } from './accounting/contacts/links.js';
export { filterInvoiceLineItems } from './accounting/invoices/lineItems.js';
export { getInvoiceLink } from './accounting/invoices/links.js';
export { getManualJournalLink } from './accounting/journals/links.js';
export { generateProjectAmountUSD } from './projects/generators.js';
export { hoursFromTimeEntries } from './projects/timeEntries.js';
import 'node:http';
import 'xero-node';
import './types.js';
import './projects/shimTypes.js';