(s)
| 31245 | ? s.filter((s, o) => isExtension(o)) |
| 31246 | : Object.keys(s).filter((s) => isExtension(s)), |
| 31247 | getCommonExtensions = (s) => |
| 31248 | s.filter((s, o) => /^pattern|maxLength|minLength|maximum|minimum/.test(o)) |
| 31249 | function deeplyStripKey(s, o, i = () => !0) { |
| 31250 | if ('object' != typeof s || Array.isArray(s) || null === s || !o) return s |
| 31251 | const a = Object.assign({}, s) |
no test coverage detected