1 2 3 4 5 6 7 8 9 10 11
import * as _i from "./i.ts"; import * as _j from "./j.ts"; const k = globalThis.value ? _i : _j; export const i = _i; export const j = _j; export const { a, } = k;