esbuild-wasm-deno/what/include_a.ts
2025-02-28 13:23:17 -05:00

6 lines
117 B
TypeScript

import * as B from "./include_b.ts";
import * as React from "react";
console.log(React, B);
export default "HELLO";