UNPKG

arrbuffstr

Version:

Creates Strings from ArrayBuffers and viceversa in NodeJS and the Browser

3 lines (2 loc) 129 B
export { default as toArrayBufferFactory } from './to-array-buffer'; export { default as toStringFactory } from './to-string';