Source code

Revision control

Copy as Markdown

Other Tools

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