Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cafebazaar/blacksmith
/ isFile
Function
isFile
web/static/bower_components/angular/angular.js:717–719 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
715
716
717
function
isFile(obj) {
718
return
toString.call(obj) ===
'[object File]'
;
719
}
720
721
722
function
isFormData(obj) {
Callers
1
$HttpProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected