frontend/.pnpm-store/v3/files/41/e7656d22f16a59d24997b911f25c3006f1b140067091844e295ac1a551960b0cbcca6693e9cdce6b97d328534ba6184e9cf8107dcb4c1413a7270b4d6e867f-exec

8 lines
327 B
Plaintext
Executable File

/**
* 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