(args: {
fs: object;
dir: string;
op?: "push" | "pop" | "apply" | "drop" | "list" | "clear";
message?: string;
refIdx?: number;
})
| 17 | /** Subset of `isomorphic-git`'s API used for `stash`. */ |
| 18 | export interface IsomorphicGitStashClient { |
| 19 | stash(args: { |
| 20 | fs: object; |
| 21 | dir: string; |
| 22 | op?: "push" | "pop" | "apply" | "drop" | "list" | "clear"; |
no outgoing calls
no test coverage detected