API Reference / hasReturn · function
Function: hasReturn()
function hasReturn(filter?): Selector;
Matches a planetary return in progress, optionally by which return it is
(nth exactly, or minNth at least -- "third Saturn return or later").
Parameters
| Parameter | Type |
|---|---|
filter | { body?: string; minNth?: number; nth?: number; } |
filter.body? | string |
filter.minNth? | number |
filter.nth? | number |