MCPcopy
hub / github.com/vueuse/vueuse / Contributor

Interface Contributor

packages/contributors.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import contributorsGenerated from './contributors.json'
2
3export interface Contributor {
4 name: string
5 avatar: string
6}
7
8export interface TeamMember {
9 avatar: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected