import { AnyCalendarKind } from "icu4x" export function bcp47(anyCalendarKind) { let out = anyCalendarKind.bcp47; return out; }