UNPKG

deth

Version:

Ethereum node focused on Developer Experience

3 lines (2 loc) 120 B
import { callbackify } from 'util'; export const callbackifySync = (fn) => callbackify(async (...args) => fn(...args));