Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/intentui/intentui
/ FileItem
Interface
FileItem
src/scripts/extract-components-from-registry.ts:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
path from
'node:path'
3
4
interface
FileItem {
5
path: string
6
type
: string
7
}
8
9
interface
RegistryItem {
10
name: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected