export const EMPTY_BUFFER = new ArrayBuffer(0); export const EMPTY_VIEW = new Uint8Array(0); export const EMPTY_STRING = "";