We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb34b1 commit 8fadbc8Copy full SHA for 8fadbc8
src/index.ts
@@ -56,7 +56,7 @@ class Meili {
56
* @memberof Meili
57
* @method Index
58
*/
59
- Index(indexUid: string): Indexes {
+ getIndex(indexUid: string): Indexes {
60
return new Indexes(this.instance, indexUid)
61
}
62
0 commit comments