add encoding/hex module (denoland/deno_std#434)

Original: 418cdff25d
This commit is contained in:
Axetroy 2019-06-18 01:19:57 +08:00 committed by Ryan Dahl
parent ba180f3460
commit f430df5619
4 changed files with 321 additions and 0 deletions

View file

@ -22,6 +22,7 @@ import "./testing/test.ts";
import "./textproto/test.ts";
import "./util/test.ts";
import "./ws/test.ts";
import "./encoding/test.ts";
import { xrun } from "./prettier/util.ts";
import { red, green } from "./colors/mod.ts";