MCPcopy
hub / github.com/klinecharts/KLineChart / isString

Function isString

src/common/utils/typeChecks.ts:92–94  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

90}
91
92export function isString (value: unknown): value is string {
93 return typeof value === 'string'
94}

Callers 15

initFunction · 0.90
disposeFunction · 0.90
createIndicatorMethod · 0.90
createOverlayMethod · 0.90
constructorMethod · 0.90
setStylesMethod · 0.90
setZoomAnchorMethod · 0.90
setCrosshairMethod · 0.90
_sortIndicatorsMethod · 0.90
getOverlaysByPaneIdMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected