function range

export declare function range({ start, end }: ShardRange): number[];

Yields the numbers in the given range as an array

Constructors

constructor()

Parameters

{ start, end }: ShardRange