Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
5
export
function
isESModule(obj: any): obj is ESModule {
6
return
obj && obj.__esModule;
7
}
Callers
2
findComponent
Function · 0.90
createIcon
Function · 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…