UNPKG

@react-native-oh-tpl/realm

Version:

Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores

5 lines (4 loc) 484 B
/** @internal */ export declare const TYPED_ARRAY_CONSTRUCTORS: Set<Int8ArrayConstructor | DataViewConstructor | Uint8ArrayConstructor | Uint8ClampedArrayConstructor | Int16ArrayConstructor | Uint16ArrayConstructor | Int32ArrayConstructor | Uint32ArrayConstructor | Float32ArrayConstructor | Float64ArrayConstructor | BigInt64ArrayConstructor | BigUint64ArrayConstructor>; /** @internal */ export declare function toArrayBuffer(value: unknown, stringToBase64?: boolean): ArrayBuffer;