MCPcopy
hub / github.com/teivah/100-go-mistakes / isObject

Function isObject

site/assets/javascripts/lunr/wordcut.js:1556–1558  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

1554}
1555
1556function isObject(arg) {
1557 return typeof arg === 'object' && arg !== null;
1558}
1559
1560function isUndefined(arg) {
1561 return arg === void 0;

Callers 4

wordcut.jsFile · 0.85
isRegExpFunction · 0.85
isDateFunction · 0.85
isErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected