Skip to content

@tripo3d/fingerprint / SourcesToComponents

Type Alias: SourcesToComponents<TSources>

ts
type SourcesToComponents<TSources> = { [K in keyof TSources]: Component<SourceValue<TSources[K]>> };

Defined in: utils/entropy_source.ts:48

Converts an entropy source list type to a corresponding component list type.

Warning for package users: This type is out of Semantic Versioning, i.e. can change unexpectedly. Usage is at your own risk.

Type Parameters

Type Parameter
TSources extends UnknownSources<any>

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