MCPcopy 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
628function isFile(obj) {
629 return toString.call(obj) === '[object File]';
630}
631
632
633function isBlob(obj) {

Callers 1

$HttpProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected