UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

10 lines (8 loc) 206 B
import { Strarray } from './str-array'; export interface StatusOptions { version?: number; show?: number; flags?: number; pathspec?: Strarray | string | string[]; [key: string]: any; }