mikx1's picture
Upload folder using huggingface_hub
b5ea024
raw
history blame
327 Bytes
/**
* Parse Date time skeleton into Intl.DateTimeFormatOptions
* Ref: https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
* @public
* @param skeleton skeleton string
*/
export declare function parseDateTimeSkeleton(skeleton: string): Intl.DateTimeFormatOptions;
//# sourceMappingURL=date-time.d.ts.map