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

export const ICU4XFixedDecimalSignDisplay_js_to_rust = {
  "Auto": 0,
  "Never": 1,
  "Always": 2,
  "ExceptZero": 3,
  "Negative": 4,
};

export const ICU4XFixedDecimalSignDisplay_rust_to_js = {
  [0]: "Auto",
  [1]: "Never",
  [2]: "Always",
  [3]: "ExceptZero",
  [4]: "Negative",
};

export const ICU4XFixedDecimalSignDisplay = {
  "Auto": "Auto",
  "Never": "Never",
  "Always": "Always",
  "ExceptZero": "ExceptZero",
  "Negative": "Negative",
};