MCPcopy
hub / github.com/Postcatlab/postcat / isString

Function isString

src/workbench/browser/src/ng1/lib/angular/angular.js:753–755  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isString * @module ng * @kind function * * @description * Determines if a reference is a `String`. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `String`.

(value)

Source from the content-addressed store, hash-verified

751 * @returns {boolean} True if `value` is a `String`.
752 */
753 function isString(value) {
754 return typeof value === 'string';
755 }
756
757
758 /**

Callers 15

lowercaseFunction · 0.85
uppercaseFunction · 0.85
isArrayLikeFunction · 0.85
trimFunction · 0.85
fromJsonFunction · 0.85
getNgAttributeFunction · 0.85
JQLiteFunction · 0.85
annotateFunction · 0.85
loadModulesFunction · 0.85
scrollFunction · 0.85
splitClassesFunction · 0.85
updateDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected