UNPKG

unenv

Version:

`unenv` is a framework-agnostic system that allows converting JavaScript code to be platform agnostic and work in any environment including Browsers, Workers, Node.js, or JavaScript runtime.

3 lines (2 loc) 90 B
import type util from "node:util"; export declare const promisify: typeof util.promisify;