MCPcopy Index your code
hub / github.com/angular-ui/ui-router / isString

Function isString

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

550 * @returns {boolean} True if `value` is a `String`.
551 */
552function isString(value){return typeof value === 'string';}
553
554
555/**

Callers 15

lowercaseFunction · 0.70
uppercaseFunction · 0.70
manualLowercaseFunction · 0.70
manualUppercaseFunction · 0.70
isArrayLikeFunction · 0.70
angular.jsFile · 0.70
sizeFunction · 0.70
fromJsonFunction · 0.70
JQLiteFunction · 0.70
loadModulesFunction · 0.70
BrowserFunction · 0.70
$CompileProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected