UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

10 lines (7 loc) 196 B
import { intToHex } from './chunk-KQOFR6X4.mjs'; // src/intBuffer.ts function intToBuffer(integer) { const hex = intToHex(integer); return Buffer.from(hex, "hex"); } export { intToBuffer };