This website works better with JavaScript.
Explore
Help
Register
Sign In
396316021
/
YueWen
Watch
1
Star
0
Fork
You've already forked YueWen
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
60 MiB
Branch:
master
YueWen
/
node_modules
/
licia
/
isFn.d.ts
4 lines
66 B
Raw
Permalink
Normal View
History
Unescape
Escape
依赖
8 months ago
declare
function
isFn
(
val
:
any
)
:
val
is
Function
;
export
=
isFn
;