Predicate which checks if a value looks like a Promise
It is probably a Promise if it's an object, and it has a then
property which is a Function
Predicate which checks if a value is injectable
Predicate which checks if a value is injectable
A value is "injectable" if it is a function, or if it is an ng1 array-notation-style array where all the elements in the array are Strings, except the last one, which is a Function
Generated using TypeDoc
Predicates @module common_predicates