UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 423 B
/** * Copyright (c) 2017-2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> * @author David Sehnal <david.sehnal@gmail.com> */ export declare const IsNativeEndianLittle: boolean; export declare function flipByteOrder(data: Uint8Array, bytes: number): ArrayBuffer; export declare function uint8ToString(array: Uint8Array): any;