mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
11 lines
170 B
TypeScript
11 lines
170 B
TypeScript
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;
|