diff --git a/types/pixelmatch/index.d.ts b/types/pixelmatch/index.d.ts index ae1e1edbab..0a2e4277ac 100644 --- a/types/pixelmatch/index.d.ts +++ b/types/pixelmatch/index.d.ts @@ -17,7 +17,7 @@ declare function Pixelmatch( /** Height of the images. Note that all three images need to have the same dimensions. */ height: number, /** Options. */ - options: Options | undefined + options?: Options, ): number; interface Options {