公告板
版本库
filestore
活动
搜索
登录
main
/
12333GovernmentWeb
四流合一政务端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://120.26.58.240:8888/r/12333GovernmentWeb
wupengfei
2025-04-11
c86a0c980b3c353be357a3cf7b64ea4d35beb66d
[12333GovernmentWeb.git]
/
src
/
utils
/
common
/
is.ts
1
2
3
export function isDef<T = unknown>(val?: T): val is T {
return typeof val !== 'undefined';
}