Move everything into std subdir

This commit is contained in:
Ryan Dahl 2019-10-09 17:10:09 -04:00
parent a355f7c807
commit 151ce0266e
No known key found for this signature in database
GPG key ID: C6F2E2494922A6BA
273 changed files with 0 additions and 142 deletions

5
std/flags/example.ts Normal file
View file

@ -0,0 +1,5 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
const { args } = Deno;
import { parse } from "./mod.ts";
console.dir(parse(args));