mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
[parse-git-config] add missing options
This commit is contained in:
Vendored
+2
@@ -49,6 +49,8 @@ interface Options extends Pick<_Options, keyof _Options> { }
|
||||
interface _Options {
|
||||
cwd: string;
|
||||
path: string;
|
||||
include?: boolean;
|
||||
expandKeys?: boolean;
|
||||
}
|
||||
|
||||
type ParseCallback = ((err: Error | null, config: Config) => void);
|
||||
|
||||
Reference in New Issue
Block a user