From 5060ac9dd64f04996942bb6658a4b4cbef85248d Mon Sep 17 00:00:00 2001 From: Rob Mayer <5171361+RobMayer@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:48:35 -0400 Subject: [PATCH] revert - doesn't work --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 1bb76c9..83bd978 100644 --- a/index.d.ts +++ b/index.d.ts @@ -155,7 +155,7 @@ export namespace Nedb { limit(n: number): Cursor; projection(query: any): Cursor; exec(callback: (err: Error | null, documents: Document[]) => void): void; - execAsync(): Promise[]>; + execAsync(): Promise>; } export interface CursorCount {