@supernovaio/cli
Version:
Supernova.io Command Line Interface
14 lines (12 loc) • 563 B
JavaScript
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="bacf19d2-bb2b-5cf8-bbcf-d3b2b8750c49")}catch(e){}}();
export class UserService {
client;
constructor(client) {
this.client = client;
}
getMe() {
return this.client.users.getMe();
}
}
//# sourceMappingURL=user.service.js.map
//# debugId=bacf19d2-bb2b-5cf8-bbcf-d3b2b8750c49