UNPKG

@pinecone-database/pinecone

Version:

This is the official Node.js SDK for [Pinecone](https://www.pinecone.io), written in TypeScript.

11 lines 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.listIndexes = void 0; const listIndexes = (api) => { return async () => { const response = await api.listIndexes(); return response; }; }; exports.listIndexes = listIndexes; //# sourceMappingURL=listIndexes.js.map