MCPcopy
hub / github.com/angular-ui/ui-grid / isPromiseLike

Function isPromiseLike

lib/test/angular/1.4.3/angular.js:735–737  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

733
734
735function isPromiseLike(obj) {
736 return obj && isFunction(obj.then);
737}
738
739
740var TYPED_ARRAY_REGEXP = /^\[object (Uint8(Clamped)?)|(Uint16)|(Uint32)|(Int8)|(Int16)|(Int32)|(Float(32)|(64))Array\]$/;

Callers 4

sendReqFunction · 0.70
createHttpBackendFunction · 0.70
handleCallbackFunction · 0.70
processAsyncValidatorsFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected