MCPcopy
hub / github.com/angular-ui/ui-router / isString

Function isString

test/angular/1.7/angular.js:706–706  ·  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

704 * @returns {boolean} True if `value` is a `String`.
705 */
706function isString(value) {return typeof value === 'string';}
707
708
709/**

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected