2025-09-10 16:16:52 -03:00

2 lines
93 B
JavaScript

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