UNPKG

circular-natal-horoscope-js

Version:

By **horoscope**, we're talking about the astrological **birth charts**. **Not** horoscope readings or interpretations.

9 lines (8 loc) 325 B
export function isAspect(point1: any, point2: any, angle: any, orb: any): any; export function getAspectData(horoscope: any): any; export function calculateOrb(aspectAngle: any, maxOrb: any, point1: any, point2: any): number; export function createAspects(horoscope: any): { all: any[]; types: {}; points: {}; };