Skip to content

Commit

Permalink
fix: typping nx.map
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Aug 17, 2024
1 parent 2892563 commit 301e69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/nx.static.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ interface NxStatic {
* @param callback
* @param context
*/
map(target: any, callback: Nx.MapIterator, context?): void;
map(target: any, callback: Nx.MapIterator, context?): any[];

/**
* Merge object.
Expand Down

0 comments on commit 301e69a

Please sign in to comment.