summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XListLength.js
blob: 171e851b4d98da1c962bb730b7a740786e8071c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import wasm from "./diplomat-wasm.mjs"
import * as diplomatRuntime from "./diplomat-runtime.js"

export const ICU4XListLength_js_to_rust = {
  "Wide": 0,
  "Short": 1,
  "Narrow": 2,
};

export const ICU4XListLength_rust_to_js = {
  [0]: "Wide",
  [1]: "Short",
  [2]: "Narrow",
};

export const ICU4XListLength = {
  "Wide": "Wide",
  "Short": "Short",
  "Narrow": "Narrow",
};