UNPKG

arrbuffstr

Version:

Creates Strings from ArrayBuffers and viceversa in NodeJS and the Browser

4 lines (3 loc) 140 B
import { Env } from '../utils/get-env'; declare function toStringFactory(env: Env): ArrayBufferToString; export default toStringFactory;