[pixelmatch] Pixelmatch's options argument fix

This commit is contained in:
Oleg Repin
2017-11-22 20:53:13 +03:00
parent 0deb69ed5b
commit cd3d017bba

View File

@@ -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 {