MCPcopy 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
650function isFile(obj) {
651 return toString.call(obj) === '[object File]';
652}
653
654
655function isBlob(obj) {

Callers 1

$HttpProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected