UNPKG

snapcube

Version:

📦 Snapshot, backup, and restore any project — binary-safe, fast, and simple CLI.

3 lines • 240 B
import { ServiceOptions, SnapCubeFile } from "../types"; export declare const getGitlabFiles: (repository: string, branch: string, options?: ServiceOptions) => Promise<string[] | SnapCubeFile[]>; //# sourceMappingURL=getGitlabFiles.d.ts.map