This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
IT
/
discounts-minapp
Pridať medzi pozorované
2
Hviezda
1
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
2.0
Branche
Tagy
2.0
guida
master
wj-guida
work
zzx
discounts-minap...
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
isFunction.ts
isFunction.ts
81 B
Permanentný odkaz
História
Raw
1
2
3
export const isFunction = (v): boolean => {
return typeof v === 'function';
};