method SQLBlob.prototype.closeimport { SQLBlob } from "https://deno.land/x/sqlite3@0.12.0/mod.ts"; close(): voidClose the Blob. It must be called to prevent leaks. Returnsvoid