Source code

Revision control

Copy as Markdown

Other Tools

import wasm from "./diplomat-wasm.mjs"
import * as diplomatRuntime from "./diplomat-runtime.mjs"
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",
};