Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed Jun 13, 2021
1 parent 1affb58 commit ee4290e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/lib/playground.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { z } from "./index.ts";

const run = async () => {
z;
};
Expand Down
1 change: 1 addition & 0 deletions src/playground.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { z } from "./index";

const run = async () => {
z;
};
Expand Down

0 comments on commit ee4290e

Please sign in to comment.