function isCompleteimport { isComplete } from "https://deno.land/x/sqlite3@0.8.0/mod.ts"; isComplete(statement: string): booleanWhether the given SQL statement is complete. Parametersstatement: stringSQL statement string Returnsboolean