| 116 | export type BuiltinComponents = SourcesToComponents<typeof sources> |
| 117 | |
| 118 | export interface BuiltinSourceOptions { |
| 119 | debug?: boolean |
| 120 | cache: Record<string, unknown> |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Loads the built-in entropy sources. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…