expr icon indicating copy to clipboard operation
expr copied to clipboard

tiny util for getting and setting deep object props safely

Results 3 expr issues
Sort by recently updated
recently updated
newest added

I started to use bun by many reasons. and first notices that it throw error ``` viktord@blade:~/Projects/renthome/dashboard$ bun run build $ vite build vite v4.4.11 building for production... ✓ 1858...

It would be useful to be able to select into arrays, eg. `people[].name` or `people[*].name` to get an array of the contents all the `name` properties of objects in the...

The actual path expressions syntax does not seem to be explicitly documented anywhere that I can see.