MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / isESModule

Function isESModule

packages/utils/src/is-es-module.ts:5–7  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

3 default: any;
4};
5export function isESModule(obj: any): obj is ESModule {
6 return obj && obj.__esModule;
7}

Callers 2

findComponentFunction · 0.90
createIconFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…