MCPcopy Create free account
hub / github.com/apitable/apitable / isLikeNone

Function isLikeNone

packages/databus-wasm-nodejs/databus_wasm.js:26–28  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

24}
25
26function isLikeNone(x) {
27 return x === undefined || x === null;
28}
29
30let cachedFloat64Memory0 = null;
31

Callers 1

databus_wasm.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected