UNPKG

@axiomhq/js

Version:

The official javascript bindings for the Axiom API

13 lines (10 loc) 319 B
'use strict'; var httpClient = require('./httpClient.cjs'); exports.users = void 0; (function (users) { class Service extends httpClient.default { current = () => this.client.get('/v1/user'); } users.Service = Service; })(exports.users || (exports.users = {})); //# sourceMappingURL=users.cjs.map