UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

7 lines (6 loc) 192 B
/** * Return the given buffer as a Uint8Array. * * Strings are encoded as UTF8. */ export declare function bytesOf(buffer: ArrayBuffer | Uint8Array | string | number[]): Uint8Array;