MCPcopy
hub / github.com/harttle/liquidjs / isString

Function isString

src/util/underscore.ts:8–10  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

6export const hasOwnProperty = Object.hasOwnProperty
7
8export function isString (value: any): value is string {
9 return typeof value === 'string'
10}
11
12// eslint-disable-next-line @typescript-eslint/ban-types
13export function isFunction (value: any): value is Function {

Callers 15

mockFunction · 0.90
normalizeDirectoryListFunction · 0.90
variablesMethod · 0.90
variablesSyncMethod · 0.90
fullVariablesMethod · 0.90
fullVariablesSyncMethod · 0.90
variableSegmentsMethod · 0.90
variableSegmentsSyncMethod · 0.90
globalVariablesMethod · 0.90
globalVariablesSyncMethod · 0.90
globalFullVariablesMethod · 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…