MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / __rest

Function __rest

out/cli.cjs:74961–74971  ·  view source on GitHub ↗
(s2, e3)

Source from the content-addressed store, hash-verified

74959
74960// node_modules/@azure/core-auth/dist/esm/tokenCredential.js
74961function 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
74967function __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]];

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…