summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/package/lib/ICU4XCollatorAlternateHandling.js
blob: 50467508156e174575926dc02dcc1731394f6eed (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 ICU4XCollatorAlternateHandling_js_to_rust = {
  "Auto": 0,
  "NonIgnorable": 1,
  "Shifted": 2,
};

export const ICU4XCollatorAlternateHandling_rust_to_js = {
  [0]: "Auto",
  [1]: "NonIgnorable",
  [2]: "Shifted",
};

export const ICU4XCollatorAlternateHandling = {
  "Auto": "Auto",
  "NonIgnorable": "NonIgnorable",
  "Shifted": "Shifted",
};