File size: 327 Bytes
b5ea024
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
/**
 * 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