@tempots/dom

Prop.iso property

Creates an isomorphism for the Signal. An isomorphism is a pair of functions that convert values between two types, along with an equality function to compare values of the second type.

Signature:

readonly iso: (to: (value: T) => O, from: (value: O) => T, equals?: (a: O, b: O) => boolean) => Prop;