Buckets:
| export type FormatterOptions = { | |
| locale?: string; | |
| calendar?: string; | |
| }; | |
| /** | |
| * Unicode-compliant date/time formatter. | |
| * | |
| * @see https://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns | |
| */ | |
| export declare class DateFormatter { | |
| private readonly options; | |
| private static tokenRegex; | |
| private readonly parts; | |
| constructor(pattern: string, options?: FormatterOptions); | |
| private compileLiteral; | |
| private compileOther; | |
| private compileToken; | |
| format(date: Date): string; | |
| } | |
Xet Storage Details
- Size:
- 513 Bytes
- Xet hash:
- 6ec2b7be3aa656d2b45493b499c4922b3f7a121248db8774fe6708354de08d20
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.