UNPKG

splitwise

Version:

A TypeScript SDK for the Splitwise API.

7 lines 128 B
export class BaseResource { http; constructor(http) { this.http = http; } } //# sourceMappingURL=base.js.map