method SQLBlob.prototype.readSyncRe-exportimport { SQLBlob } from "https://deno.land/x/sqlite3@0.8.0/mod.ts"; readSync(offset: number, p: Uint8Array): voidRead from the Blob at given offset into a buffer (Uint8Array) Parametersoffset: numberp: Uint8ArrayReturnsvoid