MCPcopy
hub / github.com/jquery/esprima / isString

Function isString

test/3rdparty/angular-1.2.5.js:518–518  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isString * @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

516 * @returns {boolean} True if `value` is a `String`.
517 */
518function isString(value){return typeof value === 'string';}
519
520
521/**

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…