You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS2345: Argument of type '{ dot: true; returnIndex: boolean; }' is not assignable to parameter of type 'true | PicomatchOptions'.
Object literal may only specify known properties, and 'returnIndex' does not exist in type 'PicomatchOptions'.
26 returnIndex: true
~~~~~~~~~~~~~~~~~
Found 1 error.
I think the typings should be changed to allow this, e.g.:
I was trying to do something like this:
But I get the following error:
I think the typings should be changed to allow this, e.g.:
The text was updated successfully, but these errors were encountered: