Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- // 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}`;
|