This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
lhl
/
mz
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
4b44e80e6b
Branchit
Tagit
master
mz
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
isFunction.ts
isFunction.ts
82 B
Historia
Raaka
1
2
3
export const isFunction = (v) : boolean => {
return typeof v === 'function';
};