(_)
| 106729 | return 1 + ~~(new Date(date).getUTCMonth() / 3); |
| 106730 | } |
| 106731 | function array(_) { |
| 106732 | return _ != null ? isArray(_) ? _ : [ |
| 106733 | _ |
| 106734 | ] : []; |
| 106735 | } |
| 106736 | /** |
| 106737 | * Span-preserving range clamp. If the span of the input range is less |
| 106738 | * than (max - min) and an endpoint exceeds either the min or max value, |