Type alias AtomOk<T>

AtomOk<T>: {
    type: typeof VALUE;
    value: T;
}

Type Parameters

  • T

Type declaration

Generated using TypeDoc