esm-potrace-wasm icon indicating copy to clipboard operation
esm-potrace-wasm copied to clipboard

Incorrect type definition when pathonly is true

Open kena0ki opened this issue 2 years ago • 0 comments

The return type of the function potrace is Promise<string> but it can be of type Promise<string[]> if pathonly is true.

kena0ki avatar Dec 16 '22 11:12 kena0ki