default: {
    arrayBufferToString: typeof arrayBufferToString;
    merge: typeof merge;
    stringToArrayBuffer: typeof stringToArrayBuffer;
}

Type declaration

  • arrayBufferToString: typeof arrayBufferToString
  • merge: typeof merge
  • stringToArrayBuffer: typeof stringToArrayBuffer

Generated using TypeDoc