Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chakra-ui/panda
/ isString
Function
isString
packages/shared/src/assert.ts:1–1 ·
view source on GitHub ↗
(v: any)
Source
from the content-addressed store, hash-verified
1
export
const
isString = (v: any): v is string => typeof v ===
'string'
2
export
const
isBoolean = (v: any): v is boolean => typeof v ===
'boolean'
3
4
type
AnyFunction = (...args: any[]) => any
Callers
13
processSemantic
Method · 0.90
usesReference
Method · 0.90
px
Function · 0.90
transform
Function · 0.90
prefix
Method · 0.90
Utility
Class · 0.90
getPropertyRawValue
Method · 0.90
jsDocComment
Method · 0.90
ImportMap
Class · 0.90
mergeWith
Function · 0.90
mergeRecursively
Function · 0.90
validateConditions
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected