Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteResult

class DeleteResult {
constructor(numDeletedRows: bigint);
readonly numDeletedRows: bigint;
}

§Constructors

§
new DeleteResult(numDeletedRows: bigint)
[src]

§Properties

§
numDeletedRows: bigint
[src]