(e, t)
| 5661 | return S(n) ? null : new Dc(e, n); |
| 5662 | } |
| 5663 | static makeFromTransform(e, t) { |
| 5664 | const { timeUnit: n, ...i } = { ...t }, |
| 5665 | r = { ...i, timeUnit: Ii(n) }; |
| 5666 | return new Dc(e, { [d(r)]: r }); |
| 5667 | } |
| 5668 | merge(e) { |
| 5669 | this.timeUnits = { ...this.timeUnits }; |
| 5670 | for (const t in e.timeUnits) |