mirror of
https://github.com/duhanbalci/dexpr.git
synced 2026-07-02 08:29:16 +00:00
initial commit
This commit is contained in:
4
editor/node_modules/cac/deno/deno.ts
generated
vendored
Normal file
4
editor/node_modules/cac/deno/deno.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// 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}`;
|
||||
Reference in New Issue
Block a user