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