MCPcopy 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

1export const isString = (v: any): v is string => typeof v === 'string'
2export const isBoolean = (v: any): v is boolean => typeof v === 'boolean'
3
4type AnyFunction = (...args: any[]) => any

Callers 13

processSemanticMethod · 0.90
usesReferenceMethod · 0.90
pxFunction · 0.90
transformFunction · 0.90
prefixMethod · 0.90
UtilityClass · 0.90
getPropertyRawValueMethod · 0.90
jsDocCommentMethod · 0.90
ImportMapClass · 0.90
mergeWithFunction · 0.90
mergeRecursivelyFunction · 0.90
validateConditionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected