mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[pixelmatch] Pixelmatch's options argument fix
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user