Files
Housekeeping-web-admin/node_modules/goober/should-forward-prop/dist/goober-should-forward-prop.cjs
T
2026-06-24 09:48:54 +02:00

2 lines
93 B
JavaScript

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