MCPcopy
hub / github.com/infinitered/gluegun / BuilderItem

Interface BuilderItem

src/domain/builder.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { GluegunLoadOptions, GluegunMultiLoadOptions } from './options'
7
8interface BuilderItem {
9 value: string
10 options: GluegunLoadOptions
11}
12
13/**
14 * Provides a cleaner way to build a runtime.

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…