summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XDateLength.d.ts
blob: 1229c2ce096ace08ef20586841c9072afa81c483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**

 * See the {@link https://docs.rs/icu/latest/icu/datetime/options/length/enum.Date.html Rust documentation for `Date`} for more information.
 */
export enum ICU4XDateLength {
  /**
   */
  Full = 'Full',
  /**
   */
  Long = 'Long',
  /**
   */
  Medium = 'Medium',
  /**
   */
  Short = 'Short',
}