MCPcopy
hub / github.com/fingerprintjs/fingerprintjs / BuiltinSourceOptions

Interface BuiltinSourceOptions

src/sources/index.ts:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116export type BuiltinComponents = SourcesToComponents<typeof sources>
117
118export interface BuiltinSourceOptions {
119 debug?: boolean
120 cache: Record<string, unknown>
121}
122
123/**
124 * Loads the built-in entropy sources.

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…