mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
// Dummy. Injected in rollup.config.js
|
|
import { DenoArch, DenoPlatform } from "./types";
|
|
|
|
export const arch: DenoArch = "unknown";
|
|
export const platform: DenoPlatform = "unknown";
|