UNPKG

@flaresocial/api

Version:

API wrapper for the Flare Social API

10 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Entity = void 0; class Entity { constructor(api) { this.api = api; } } exports.Entity = Entity; //# sourceMappingURL=entity.js.map