Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bclinkinbeard/angular
/ isFile
Function
isFile
test/fixtures/foo.js:650–652 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
648
649
650
function
isFile(obj) {
651
return
toString.call(obj) ===
'[object File]'
;
652
}
653
654
655
function
isBlob(obj) {
Callers
1
$HttpProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected