MCPcopy
hub / github.com/nuxt/nuxt / postcss.ts

File postcss.ts

packages/schema/src/config/postcss.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defineResolvers } from '../utils/definition.ts'
2
3const ensureItemIsLast = (item: string) => (arr: string[]) => {
4 const index = arr.indexOf(item)

Callers

nothing calls this directly

Calls 3

defineResolversFunction · 0.90
ensureItemIsLastFunction · 0.85
getFunction · 0.50

Tested by

no test coverage detected