MCPcopy
hub / github.com/tailwindlabs/tailwindcss / isSequence

Function isSequence

packages/tailwindcss/src/utils/brace-expansion.ts:55–57  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

53}
54
55function isSequence(str: string): boolean {
56 return NUMERICAL_RANGE.test(str)
57}
58
59/**
60 * Expands a sequence string like "01..20" (optionally with a step).

Callers 1

expandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected