UNPKG

@xzkcz/iztro-mcp-server

Version:

MCP server exposing iztro astrology methods for Zi Wei Dou Shu astrolabe generation and horoscope analysis

8 lines 327 B
/** * Convert 24-hour format to Chinese timeIndex (0-12) * Based on traditional Chinese time periods (十二时辰) * @param hour - Hour in 24-hour format (0-23) * @returns timeIndex - Chinese hour index (0-12) */ export declare function hourToTimeIndex(hour: number): number; //# sourceMappingURL=hourToTimeIndex.d.ts.map