type NotIterable
Utility type to exclude Iterable types.
Definition
type NotIterable = {
    [Symbol.iterator]?: never;
  };
type NotIterableUtility type to exclude Iterable types.
type NotIterable = {
    [Symbol.iterator]?: never;
  };