Skip to main content
Go to Latest
function asyncIterableIteratorToCallback
import { asyncIterableIteratorToCallback } from "https://deno.land/std@0.139.0/node/_fs/_fs_watch.ts";

Parameters

iterator: AsyncIterableIterator<T>
callback: (val: T, done?: boolean) => void