UNPKG

@stryke/convert

Version:

A utility package that helps convert between different data types.

8 lines (7 loc) 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bufferToString = void 0; const bufferToString = f => f.toString("utf8"); exports.bufferToString = bufferToString;