method MemoryTable.prototype.remapDataimport { MemoryTable } from "https://deno.land/x/pg_mem@3.0.3/table.ts"; remapData(t: _Transaction, modify: (newCopy: Row) => any)Parameterst: _Transactionmodify: (newCopy: Row) => any