Added types

This commit is contained in:
Paul Grau 2021-07-18 14:56:44 +09:00
parent afdba8fb8a
commit c8c0fba502
12 changed files with 5029 additions and 697 deletions

View file

@ -7,7 +7,7 @@
"use strict";
const Channel = require("../../lib");
const Channel = require(`../../lib`);
it(`goroutines`, async function() {
const f = async (left, right) => {