@ersinfotech/next
v2.4.0
Published
Next =========================
Downloads
13
Readme
Next
type Next = {
for: () => {
return [] || {};
},
each: (d) => {
return Next;
},
shouldNext: () => {
return true || false;
}
next: () => {
return Next;
},
catch: (err) => {
// handle err in entire phase
},
}