Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricSimons/ionic-course
/ isFile
Function
isFile
code/songhop/www/lib/angular/angular.js:628–630 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
626
627
628
function
isFile(obj) {
629
return
toString.call(obj) ===
'[object File]'
;
630
}
631
632
633
function
isBlob(obj) {
Callers
1
$HttpProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected