Files
huishou/node_modules/licia/isUndef.d.ts
T
2026-07-27 13:37:48 +08:00

4 lines
73 B
TypeScript

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