UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

2 lines (1 loc) 104 B
export declare function sequentially<T, R>(items: T[], handler: (item: T) => Promise<R>): Promise<R[]>;