UNPKG

kaabalah

Version:

The de-facto library for any esoteric calculations and tooling

13 lines (10 loc) 647 B
export { BirthChart, BirthChartOptions, CalcFlag, HouseSystem, Planet, closeSwissEph, formatDegreeMinutes, getBirthChart, getSwissEph, getZodiacPosition } from './astrology/index.mjs'; export { calculateGematria } from './kaabalah/index.mjs'; export { CYCLE_MEANINGS, Cycle, CycleInfo, calculateCycles, calculateLifePath } from './numerology/index.mjs'; export { ARKANNUS, Deck, MajorArcana, TarotCard, majorArcana, shuffleTarotDeck } from './tarot/index.mjs'; /** * Core utilities and shared code for the Kaabalah library */ declare const VERSION = "0.1.0"; declare function isValidDate(date: Date): boolean; export { VERSION, isValidDate };