bazi-mcp
Version:
[](https://smithery.ai/server/@cantian-ai/bazi-mcp)
10 lines (9 loc) • 348 B
TypeScript
import { SolarTime } from 'tyme4ts';
/**
* Get SolarTime object by ISO datetime string.
* @param isoDate Solar time string in ISO format.
* @returns {SolarTime}
*/
export declare const getSolarTime: (isoDate: string) => SolarTime;
export declare const today: () => string;
export declare function formatSolarTime(solarTime: SolarTime): string;