Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ isI18NObject
Function
isI18NObject
packages/utils/src/is-object.ts:5–7 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
3
}
4
5
export
function
isI18NObject(value: any): boolean {
6
return
isObject(value) && value.
type
===
'i18n'
;
7
}
Callers
2
is-object.test.ts
File · 0.90
convertToI18NObject
Function · 0.90
Calls
1
isObject
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…