MCPcopy Index your code
hub / github.com/shipshapecode/tether / isString

Function isString

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

Source from the content-addressed store, hash-verified

27 * @param {*} value The param to check if it is a string
28 */
29export function isString(value) {
30 return typeof value === 'string';
31}
32
33/**
34 * Checks if `value` is undefined.

Callers 6

positionFunction · 0.90
setOptionsMethod · 0.90
positionFunction · 0.90
positionFunction · 0.90
addOffsetFunction · 0.90
offsetToPxFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…