UNPKG

simple-git

Version:

Simple GIT interface for node.js

5 lines (4 loc) 302 B
import { LogOptions, LogResult } from '../../../typings'; import type { StringTask } from '../types'; import type { EmptyTask } from './task'; export declare function stashListTask(opt: LogOptions<import("./log").DefaultLogFields> | undefined, customArgs: string[]): EmptyTask | StringTask<LogResult>;