UNPKG

harvest

Version:
12 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class CompanyAPI { constructor(harvest) { this.harvest = harvest; } get() { return this.harvest.request('GET', '/v2/company'); } } exports.CompanyAPI = CompanyAPI; //# sourceMappingURL=company.js.map