MCPcopy
hub / github.com/glidejs/glide / isString

Function isString

src/utils/unit.js:29–31  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

27 * @return {Boolean}
28 */
29export function isString (value) {
30 return typeof value === 'string'
31}
32
33/**
34 * Indicates whether the specified value is an object.

Callers 4

setFunction · 0.90
onMethod · 0.90
offMethod · 0.90
unit.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected