Options passed to the computed creation function.
computed
interface CreateComputedOptions<T> { equal?: ValueEqualityFn<T> | undefined; debugName?: string | undefined;}