MCPcopy
hub / github.com/di-sukharev/opencommit / isBoolean2

Function isBoolean2

out/cli.cjs:27513–27515  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

27511 return toStr(obj) === "[object Number]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj));
27512 }
27513 function isBoolean2(obj) {
27514 return toStr(obj) === "[object Boolean]" && (!toStringTag2 || !(typeof obj === "object" && toStringTag2 in obj));
27515 }
27516 function isSymbol(obj) {
27517 if (hasShammedSymbols) {
27518 return obj && typeof obj === "object" && obj instanceof Symbol;

Calls 1

toStrFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…