Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cssinjs/jss
/ use
Function
use
packages/jss/benchmark/tests/is-object.js:16–18 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
14
const
obj4 = 123
15
16
function
use(result) {
17
return
result === true
18
}
19
20
benchmark(
'isObject impl 1'
, () => {
21
use(isObject1(obj0))
Callers
1
is-object.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected