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 (4 loc) 151 B
declare const getListFromResponse: <T extends Record<string, any>, U>(response: { body: T; }) => U[] | undefined; export { getListFromResponse };