UNPKG

@ansvar/singapore-law-mcp

Version:

Complete Singapore law database — 523 Acts, 28K+ provisions from Singapore Statutes Online (sso.agc.gov.sg) with full-text search, definitions, and citation support

9 lines 278 B
/** * Date normalization for temporal queries. */ /** * Normalize an as-of date string to ISO 8601 format. * Returns null if the input is not a valid date. */ export declare function normalizeAsOfDate(input?: string): string | null; //# sourceMappingURL=as-of-date.d.ts.map