UNPKG

@hatijs/helper

Version:

Node.js library, which has increased usability in @hatijs/core library.

11 lines (10 loc) 452 B
import { constant } from '.'; export declare const house: (tjdUT: number, geoLon: number, geoLat: number) => { getPlanet: (name: keyof typeof constant.PLANET, hsys: keyof typeof constant.HOUSE_SYSTEM_SYMBOL) => { absolute: number | undefined; ruleOfMoiety: number | undefined; }; getLot: (name: keyof typeof constant.LOT, hsys: keyof typeof constant.HOUSE_SYSTEM_SYMBOL) => { absolute: number | undefined; }; };