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

Method each

packages/@tailwindcss-upgrade/src/utils/walk.ts:13–13  ·  view source on GitHub ↗
(cb: (node: T, index: number) => void)

Source from the content-addressed store, hash-verified

11
12interface Walkable<T> {
13 each(cb: (node: T, index: number) => void): void
14}
15
16// Custom walk implementation where we can skip going into nodes when we don't

Calls

no outgoing calls

Tested by

no test coverage detected