UNPKG

@todo-esta-bien/numerodon

Version:

Library to calculate numeric values from names or dates

14 lines (13 loc) 690 B
export * from "./utils"; export { TantricProfile, ITantricProfileConstructor } from "./tantric/tantric"; export { PythagoreanProfile, IPythagoreanProfileConstructor, PythagoreanPinnacle, IPythagoreanPinnacleConstructor, } from "./pythagorean/pythagorean"; export { DestinyTable, IDestinyTableConstructor } from "./pythagorean/destinyTable"; export { IEvolutiveProfileConstructor, EvolutiveNumbers, EvolutiveProfile } from "./evolutive/evolutive"; export { IBase22ProfileConstructor, Base22Profile } from "./base22/base22"; export { IDiamondProfileConstructor, DiamondProfile } from "./base22/diamond"; export { IPlannerProfileConstructor, PlannerProfile } from "./planner/planner";