mirror of
https://github.com/sasjs/lint.git
synced 2026-01-10 14:00:05 +00:00
chore(*): add comments
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* Executes an async callback for each item in the given array.
|
||||
*/
|
||||
export async function asyncForEach(
|
||||
array: any[],
|
||||
callback: (item: any, index: number, originalArray: any[]) => any
|
||||
|
||||
Reference in New Issue
Block a user