UNPKG

@fondation-io/fast-db-batch-search-client

Version:

TypeScript client for Fast-DB batch search API with support for fuzzy search

29 lines 1.46 kB
"use strict"; /** * Fast-DB Batch Search Client * * A TypeScript client library for the Fast-DB batch search API. * Allows efficient searching for multiple titles by the same author. */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.FastDBBatchSearchClient = exports.BatchSearchClient = void 0; var client_1 = require("./client"); Object.defineProperty(exports, "BatchSearchClient", { enumerable: true, get: function () { return client_1.BatchSearchClient; } }); var client_2 = require("./client"); // Alias for backward compatibility Object.defineProperty(exports, "FastDBBatchSearchClient", { enumerable: true, get: function () { return client_2.BatchSearchClient; } }); __exportStar(require("./types"), exports); //# sourceMappingURL=index.js.map