Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenReservation/OpenReservation
/ isFile
Function
isFile
OpenReservation/wwwroot/Scripts/angular.js:691–693 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
689
}
690
691
function
isFile(obj) {
692
return
toString.call(obj) ===
'[object File]'
;
693
}
694
695
function
isFormData(obj) {
696
return
toString.call(obj) ===
'[object FormData]'
;
Callers
1
$HttpProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected