8 lines
327 B
Plaintext
Executable File
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 |