MCPcopy Create free account
hub / github.com/Nynxz/ComfyUI-IdeogramHelper / toTypeString

Function toTypeString

web/main.js:43–43  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

41};
42const objectToString = Object.prototype.toString;
43const toTypeString = (value) => objectToString.call(value);
44const toRawType = (value) => {
45 return toTypeString(value).slice(8, -1);
46};

Callers 5

isMapFunction · 0.85
isSetFunction · 0.85
isDateFunction · 0.85
toRawTypeFunction · 0.85
isPlainObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected