goober-should-forward-prop.js 93 B

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