UNPKG

circular-natal-horoscope-js

Version:

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

21 lines (20 loc) 589 B
export default class House { static convertIdToKey(id: any): string; constructor({ ascendantDegrees, eclipticDegreesStart, eclipticDegreesEnd, id, zodiac, language }?: { ascendantDegrees?: number; eclipticDegreesStart?: number; eclipticDegreesEnd?: number; id?: number; zodiac?: string; language?: string; }); _language: string; id: number; label: any; ChartPosition: { StartPosition: ChartPosition; EndPosition: ChartPosition; }; Sign: any; } import ChartPosition from "./ChartPosition";