diff --git a/deno/lib/playground.ts b/deno/lib/playground.ts index 4b13f906b..f96b6e003 100644 --- a/deno/lib/playground.ts +++ b/deno/lib/playground.ts @@ -1,4 +1,5 @@ import { z } from "./index.ts"; + const run = async () => { z; }; diff --git a/src/playground.ts b/src/playground.ts index 71b311599..746f94e03 100644 --- a/src/playground.ts +++ b/src/playground.ts @@ -1,4 +1,5 @@ import { z } from "./index"; + const run = async () => { z; };