extent.js 166 B

12345
  1. export default function(_) {
  2. return arguments.length
  3. ? this.cover(+_[0][0]).cover(+_[1][0])
  4. : isNaN(this._x0) ? undefined : [[this._x0], [this._x1]];
  5. }