API Reference / associationType · function
Function: associationType()
function associationType(
planetA,
signA,
planetB,
signB): string | null;
How two planets associate: "conjunction" | "exchange" | "aspect" | null.
Parameters
| Parameter | Type |
|---|---|
planetA | string |
signA | number |
planetB | string |
signB | number |
Returns
string | null