IsStateAtom<T>: T extends {
        [StateAtomIdentifier]: 10;
    }
    ? true
    : false

Type Parameters

  • T

Generated using TypeDoc