UNPKG

badman-core

Version:

badman-core is the layer what all the badman packages depended,or can be used as a tool kit.

5 lines (4 loc) 79 B
export default interface WeightValue<V> { weight?: number; value: V; }