range

Yields the numbers in the given range as an array
export declare function range({ start, end }: ShardRange): number[];
NameTypeOptionalDescription
{ start, end }ShardRangeNoNone