MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / getTag

Function getTag

src/utils.js:231–236  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

229}
230
231function getTag(value) {
232 if (value == null) {
233 return value === undefined ? '[object Undefined]' : '[object Null]';
234 }
235 return Object.prototype.toString.call(value);
236}
237
238export function isObject(value) {
239 const type = typeof value;

Callers 2

toNumberFunction · 0.85
isFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…