Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ is-object.test.ts
File
is-object.test.ts
packages/utils/test/src/is-object.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ isObject, isI18NObject } from
'../../src/is-object'
;
2
3
describe(
'isObject'
, () => {
4
it(
'should return true for an object'
, () => {
Callers
nothing calls this directly
Calls
2
isObject
Function · 0.90
isI18NObject
Function · 0.90
Tested by
no test coverage detected