Update index.d.ts

This commit is contained in:
zjgreen
2019-04-01 19:25:26 -04:00
committed by GitHub
parent d9b441c45d
commit 55461efab8

View File

@@ -160,6 +160,7 @@ export interface Client {
post(handler: string, query: Query | object | string, callback?: (err: Error, data: object) => void): ClientRequest;
escapeSpecialChars(s: string): string;
query(): Query;
atomicUpdate(doc: object, callback?: (err: Error, data: object) => void): ClientRequest;
}
export as namespace Solr;