MCPcopy Create free account
hub / github.com/chakra-ui/panda / isBaseCondition

Function isBaseCondition

packages/shared/src/condition.ts:1–1  ·  view source on GitHub ↗
(v: string)

Source from the content-addressed store, hash-verified

1export const isBaseCondition = (v: string) => v === 'base'
2
3export function filterBaseConditions(c: string[]) {
4 return c.slice().filter((v) => !isBaseCondition(v))

Callers 3

getConditionTokensMethod · 0.90
ConditionsClass · 0.90
filterBaseConditionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected