promkit
promkit copied to clipboard
Make QuerySelector's filter function work on the items slice on strings
Right now the filter functions gets the stringified items as an argument. Would it be possible to receive the items slice instead? It would make filtering in my case easier, since my data is structured.