Files
turftracker/frontend/node_modules/goober/should-forward-prop/dist/goober-should-forward-prop.cjs
2026-04-09 13:19:47 -05:00

2 lines
93 B
JavaScript

exports.shouldForwardProp=function(o){return function(r){for(let e in r)o(e)||delete r[e]}};