wrangler-action/node_modules/cac/deno/deno.ts
2023-08-07 15:11:15 -05:00

4 lines
No EOL
239 B
TypeScript

// Ignore the TypeScript errors
// Since this file will only be used in Deno runtime
export const processArgs = ['deno', 'cli'].concat(Deno.args);
export const platformInfo = `${Deno.build.os}-${Deno.build.arch} deno-${Deno.version.deno}`;