MCPcopy 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
5export function isI18NObject(value: any): boolean {
6 return isObject(value) && value.type === 'i18n';
7}

Callers 2

is-object.test.tsFile · 0.90
convertToI18NObjectFunction · 0.90

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…