Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/internal/util.js>promisify

Deno standard library
Go to Latest
function promisify
Re-export
import { promisify } from "https://deno.land/std@0.118.0/node/internal/util.js";

Parameters

original: (...args: any[]) => void

Returns

(...args: any[]) => Promise<any>