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