Type Alias EmptyArray<T>

EmptyArray<T>: T[] & {
    length: 0;
}

Type Parameters

  • T = any