Now you can decide you matching function!
holmes({
shouldShow: (element: string, input: string) => boolean,
});
This allows you to do more complex matching, thanks @Chimane for the idea
Now you can decide you matching function!
holmes({
shouldShow: (element: string, input: string) => boolean,
});
This allows you to do more complex matching, thanks @Chimane for the idea