(s2, e3)
| 74959 | |
| 74960 | // node_modules/@azure/core-auth/dist/esm/tokenCredential.js |
| 74961 | function isTokenCredential(credential) { |
| 74962 | const castCredential = credential; |
| 74963 | return castCredential && typeof castCredential.getToken === "function" && (castCredential.signRequest === void 0 || castCredential.getToken.length > 0); |
| 74964 | } |
| 74965 | |
| 74966 | // node_modules/tslib/tslib.es6.mjs |
| 74967 | function __rest(s2, e3) { |
| 74968 | var t2 = {}; |
| 74969 | for (var p4 in s2) if (Object.prototype.hasOwnProperty.call(s2, p4) && e3.indexOf(p4) < 0) |
| 74970 | t2[p4] = s2[p4]; |
| 74971 | if (s2 != null && typeof Object.getOwnPropertySymbols === "function") |
| 74972 | for (var i3 = 0, p4 = Object.getOwnPropertySymbols(s2); i3 < p4.length; i3++) { |
| 74973 | if (e3.indexOf(p4[i3]) < 0 && Object.prototype.propertyIsEnumerable.call(s2, p4[i3])) |
| 74974 | t2[p4[i3]] = s2[p4[i3]]; |
no outgoing calls
no test coverage detected
searching dependent graphs…