UNPKG

@flaresocial/api

Version:

API wrapper for the Flare Social API

11 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Endpoint = void 0; class Endpoint { constructor(api, path) { this.api = api; this.path = path; } } exports.Endpoint = Endpoint; //# sourceMappingURL=endpoint.js.map