(e)
| 626 | return n |
| 627 | } |
| 628 | const s = function isInWhiteAPI(e) { |
| 629 | for (var n = ["gift", "pet"], t = !1, a = 0; a < n.length; a++) { |
| 630 | var i = n[a]; |
| 631 | e.includes(i) && !t && (t = !0) |
| 632 | } |
| 633 | return t |
| 634 | } |
| 635 | |
| 636 | const d = function addQueryToPath(e, n) { |
| 637 | if (n && Object.keys(n).length > 0) { |
no outgoing calls
no test coverage detected