版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

4 строки
239 B

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