UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines 186 B
/** An array where each element is paired with a number indicating that element's weight. */ export type WeightedArray<T> = Array<[T, float]>; //# sourceMappingURL=WeightedArray.d.ts.map