UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

2 lines (1 loc) 93 B
export declare function promiseEach<T, R>(arr: T[], fn: (t: T) => Promise<R>): Promise<R[]>;