Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias CallbackWithError
import { type CallbackWithError } from "https://deno.land/std@0.151.0/node/_fs/_fs_common.ts";
definition: (err: ErrnoException | null) => void