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) 135 B
import { Contact } from 'xero-node'; declare const getContactLink: (contact: Contact | string) => string; export { getContactLink };