UNPKG

239 BPlain TextView Raw
1// Ignore the TypeScript errors
2// Since this file will only be used in Deno runtime
3export const processArgs = ['deno', 'cli'].concat(Deno.args);
4export const platformInfo = `${Deno.build.os}-${Deno.build.arch} deno-${Deno.version.deno}`;
\No newline at end of file