Files
GNX-mailEnterprise/frontend/node_modules/goober/should-forward-prop/dist/goober-should-forward-prop.cjs
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

2 lines
93 B
JavaScript

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