This website works better with JavaScript.
Explore
Help
Sign In
pecfmfujl
/
parttimejob
Watch
1
Star
0
Fork
You've already forked parttimejob
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxy_branch
main
master
develop
hmy_branch
smy_branch
wxh_branch
wxy_branch
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'wxy_branch'
${ noResults }
parttimejob
/
node_modules
/
ali-oss
/
lib
/
common
/
utils
/
isFile.ts
4 lines
95 B
Raw
Permalink
Blame
History
export
const
isFile
=
obj
=
>
{
return
typeof
File
!==
'undefined'
&&
obj
instanceof
File
;
}
;
Reference in new issue
View Git Blame
Copy Permalink