UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

8 lines (5 loc) 144 B
import { ImageCallback } from '@jimp/core'; interface Invert { invert(cb?: ImageCallback<this>): this; } export default function(): Invert;