UNPKG

@pinecone-database/pinecone

Version:

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

3 lines (2 loc) 176 B
import { ManageIndexesApi, IndexList } from '../pinecone-generated-ts-fetch/db_control'; export declare const listIndexes: (api: ManageIndexesApi) => () => Promise<IndexList>;