This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
IT
/
discounts-minapp
Watch
2
Star
1
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
1b0d844ccb
브랜치
태그
2.0
guida
master
wj-guida
work
zzx
discounts-minap...
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
isFunction.ts
isFunction.ts
81 B
히스토리
Raw
1
2
3
export const isFunction = (v): boolean => {
return typeof v === 'function';
};