iztro
Version:
轻量级紫微斗数星盘生成库。可以通过出生年月日获取到紫微斗数星盘信息、生肖、星座等信息。This is a lightweight kit for generating astrolabes for Zi Wei Dou Shu (The Purple Star Astrology), an ancient Chinese astrology. It allows you to obtain your horoscope and personality analysis.
16 lines (15 loc) • 437 B
TypeScript
declare const _default: {
readonly ziEarthly: "子";
readonly chouEarthly: "丑";
readonly yinEarthly: "寅";
readonly maoEarthly: "卯";
readonly chenEarthly: "辰";
readonly siEarthly: "巳";
readonly wuEarthly: "午";
readonly weiEarthly: "未";
readonly shenEarthly: "申";
readonly youEarthly: "酉";
readonly xuEarthly: "戌";
readonly haiEarthly: "亥";
};
export default _default;