@apillon/sdk
Version:
▶◀ Apillon SDK for NodeJS ▶◀
16 lines • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Indexing = void 0;
const apillon_1 = require("../../lib/apillon");
const indexer_1 = require("./indexer");
class Indexing extends apillon_1.ApillonModule {
/**
* @param uuid Unique indexer identifier.
* @returns An instance of Indexer class.
*/
indexer(uuid) {
return new indexer_1.Indexer(uuid);
}
}
exports.Indexing = Indexing;
//# sourceMappingURL=indexing.js.map