diff --git a/index.d.ts b/index.d.ts index 44c4b34..ec896e6 100644 --- a/index.d.ts +++ b/index.d.ts @@ -17,7 +17,7 @@ export type GitDescribeOptions = { long?: boolean; longSemver?: boolean; requireAnnotated?: boolean; - match?: string; + match?: null | false | string; customArguments?: Array; };