UNPKG

splitwise

Version:

A TypeScript SDK for the Splitwise API.

6 lines 203 B
import type { HttpClient } from '../http.js'; export declare abstract class BaseResource { protected readonly http: HttpClient; constructor(http: HttpClient); } //# sourceMappingURL=base.d.ts.map