Skip to content

@tripo3d/fingerprint / BuiltinComponents

Type Alias: BuiltinComponents

ts
type BuiltinComponents = SourcesToComponents<typeof sources>;

Defined in: sources/index.ts:116

List of components from the built-in entropy sources.

Warning! This type is out of Semantic Versioning, i.e. may have incompatible changes within a major version. If you want to avoid breaking changes, use UnknownComponents instead that is more generic but guarantees backward compatibility within a major version. This is because browsers change constantly and therefore entropy sources have to change too.

基于 MIT 协议发布(内部使用)