Detect if a transit aspect exists between a transiting body and natal point.
The natal point to check
The transiting body
Optional
Transit configuration
Detected transit or null if no transit within orb
const transit = detectTransit( { name: 'Sun', longitude: 280.37, type: 'luminary' }, { name: 'Saturn', body: CelestialBody.Saturn, longitude: 282.5, longitudeSpeed: 0.03, isRetrograde: false });// Returns conjunction transit if Saturn is within orb of natal Sun Copy
const transit = detectTransit( { name: 'Sun', longitude: 280.37, type: 'luminary' }, { name: 'Saturn', body: CelestialBody.Saturn, longitude: 282.5, longitudeSpeed: 0.03, isRetrograde: false });// Returns conjunction transit if Saturn is within orb of natal Sun
Detect if a transit aspect exists between a transiting body and natal point.