MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / isObject2

Function isObject2

out/cli.cjs:74897–74899  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

74895function getRandomIntegerInclusive(min, max) {
74896 min = Math.ceil(min);
74897 max = Math.floor(max);
74898 const offset = Math.floor(Math.random() * (max - min + 1));
74899 return offset + min;
74900}
74901
74902// node_modules/@azure/core-util/dist/esm/object.js

Callers 2

isErrorFunction · 0.85
sanitizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected