UNPKG

@react-native-ohos/realm

Version:

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

4 lines (3 loc) 161 B
import type { Response } from "@realm/fetch"; /** @internal */ export declare function asyncIteratorFromResponse({ body }: Response): AsyncIterable<Uint8Array>;