UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

10 lines (9 loc) 333 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); // This is the entrypoint for the package __export(require("./api/apis")); __export(require("./model/accounting/models")); __export(require("../XeroClient"));