mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
[pixelmatch] Pixelmatch's options argument fix
This commit is contained in:
2
types/pixelmatch/index.d.ts
vendored
2
types/pixelmatch/index.d.ts
vendored
@@ -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