Files
zyt/TongjiUniApp/node_modules/licia/isUndef.d.ts
T
2026-08-11 17:41:36 +08:00

4 lines
73 B
TypeScript

declare function isUndef(val: any): val is undefined;
export = isUndef;