UNPKG

gitly

Version:

An API to download and/or extract git repositories

3 lines (2 loc) 127 B
export type Task = () => Promise<string | boolean>; export default function execute(tasks: Task[]): Promise<string | boolean>;