Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
export
function
isString (value: unknown): value is string {
93
return
typeof value ===
'string'
94
}
Callers
15
init
Function · 0.90
dispose
Function · 0.90
_getLayoutDefaultYAxis
Method · 0.90
_createLayoutIndicator
Method · 0.90
createIndicator
Method · 0.90
createOverlay
Method · 0.90
constructor
Method · 0.90
setStyles
Method · 0.90
setZoomAnchor
Method · 0.90
setCrosshair
Method · 0.90
_sortIndicators
Method · 0.90
getOverlaysByPaneId
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected