(type, number = 0)
| 27 | }; |
| 28 | |
| 29 | export const makePart = (type, number = 0) => { |
| 30 | return { type, number }; |
| 31 | }; |
| 32 | |
| 33 | export const PART_OUTSIDE_PITY_SCALE = 1.0; |
| 34 | export const getMappedPositionPart = (position, pity = [0, 0]) => { |
no outgoing calls
no test coverage detected