You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
166 B
5 lines
166 B
export default function(_) {
|
|
return arguments.length
|
|
? this.cover(+_[0][0]).cover(+_[1][0])
|
|
: isNaN(this._x0) ? undefined : [[this._x0], [this._x1]];
|
|
}
|
|
|