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