• Iterate over the literals of KeyTypes.

    Remark

    TypeScript does not provide an elegant way to iterate over the literals, so this function helps you avoid common errors and pitfalls.

    Returns

    iterator over the literals

    Returns IterableIterator<KeyTypes>

Generated using TypeDoc