mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +00:00
Reorgnanize repos, examples and tests (denoland/deno_std#105)
Original: c5e6e015b5
This commit is contained in:
parent
7d6a0f64f2
commit
f626b04ebe
44 changed files with 54 additions and 45 deletions
|
@ -1,4 +1,4 @@
|
|||
import { args } from "deno";
|
||||
import { parse } from "./index.ts";
|
||||
import { parse } from "./mod.ts";
|
||||
|
||||
console.dir(parse(args));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue