UNPKG

wang-lint-cli

Version:
4 lines (3 loc) 197 B
import execa from 'execa'; export declare const getCommitFiles: (options?: execa.Options) => Promise<string[]>; export declare const getAmendFiles: (options?: execa.Options) => Promise<string>;