Skip to content

Commit fc7920d

Browse files
committed
perf: type statements
1 parent b7a110f commit fc7920d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ export namespace helper {
656656
* @param data
657657
* @param resolver
658658
*/
659-
function _sync_foreach(data: any, resolver: (value?: any, key?: any) => void): Promise<Context>
659+
function _sync_foreach(data: any, resolver: (value?: any, key?: any) => void | Promise<void>): Promise<Context>
660660
}
661661

662662
module is {

0 commit comments

Comments
 (0)