This website requires JavaScript.
Explore
Help
Sign In
tongChong
/
lowcode-engine
mirror of
https://github.com/alibaba/lowcode-engine.git
Watch
0
Star
0
Fork
You've already forked lowcode-engine
0
Code
Issues
Projects
Releases
Wiki
Activity
1711e629d4
lowcode-engine
/
packages
/
utils
/
src
/
is-function.ts
4 lines
84 B
TypeScript
Raw
Blame
History
export
function
isFunction
(
fn
:
any
)
:
boolean
{
return
typeof
fn
===
'function'
;
}
Reference in New Issue
View Git Blame
Copy Permalink