Type alias AtomError<E>

AtomError<E>: {
    type: typeof ERROR;
    value: E;
}

Type Parameters

  • E

Type declaration

Generated using TypeDoc