MCPcopy
hub / github.com/unplugin/unplugin-vue-components / ResolveComponent

Interface ResolveComponent

src/core/utils.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14export const isSSR = Boolean(process.env.SSR || process.env.SSG || process.env.VITE_SSR || process.env.VITE_SSG)
15
16export interface ResolveComponent {
17 filename: string
18 namespace?: string
19}
20
21export function pascalCase(str: string) {
22 return capitalize(camelCase(str))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…