| 6 | import { GluegunLoadOptions, GluegunMultiLoadOptions } from './options' |
| 7 | |
| 8 | interface BuilderItem { |
| 9 | value: string |
| 10 | options: GluegunLoadOptions |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * Provides a cleaner way to build a runtime. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…