UNPKG

open-library-client

Version:

A modern TypeScript API wrapper for the OpenLibrary REST API

8 lines 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OpenLibraryClient = void 0; var OpenLibraryClient_1 = require("./client/OpenLibraryClient"); Object.defineProperty(exports, "OpenLibraryClient", { enumerable: true, get: function () { return OpenLibraryClient_1.OpenLibraryClient; } }); const OpenLibraryClient_2 = require("./client/OpenLibraryClient"); exports.default = OpenLibraryClient_2.OpenLibraryClient; //# sourceMappingURL=index.js.map