deno.land / x / esm@v135_2 / test / issue-593 / issue-593.test.ts
12345678import { assertEquals } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import { eventChannel } from "http://localhost:8080/redux-saga@1.2.0";
Deno.test("issue #593", async () => { assertEquals(typeof eventChannel, "function");});
Version Info