We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a110f commit fc7920dCopy full SHA for fc7920d
main.d.ts
@@ -656,7 +656,7 @@ export namespace helper {
656
* @param data
657
* @param resolver
658
*/
659
- function _sync_foreach(data: any, resolver: (value?: any, key?: any) => void): Promise<Context>
+ function _sync_foreach(data: any, resolver: (value?: any, key?: any) => void | Promise<void>): Promise<Context>
660
}
661
662
module is {
0 commit comments