UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines (2 loc) 143 B
/** An array where each element is paired with a number indicating that element's weight. */ export type WeightedArray<T> = Array<[T, float]>;