blob: d57b7139e17ac18931e6296b643813423fbc313d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
import wasm from "./diplomat-wasm.mjs"
import * as diplomatRuntime from "./diplomat-runtime.js"
export const ICU4XIsoTimeZoneSecondDisplay_js_to_rust = {
"Optional": 0,
"Never": 1,
};
export const ICU4XIsoTimeZoneSecondDisplay_rust_to_js = {
[0]: "Optional",
[1]: "Never",
};
export const ICU4XIsoTimeZoneSecondDisplay = {
"Optional": "Optional",
"Never": "Never",
};
|