UNPKG

@schamane/small-graphql-mongoose-middleware

Version:

![Check Code](https://github.com/schamane/small-graphql-mongoose-middleware/workflows/Check%20Code/badge.svg)

4 lines (3 loc) 177 B
declare type asyncFn = <V>(...args: any[]) => Promise<V> | V | Promise<void> | void; export declare const serialExec: <T>(tasks: any[], fn: asyncFn) => Promise<T[]>; export {};