Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Mar 31, 2024
1 parent 011969b commit 59ed440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import {
} from "./constants.ts";
import { readCstr, toCString, unwrap } from "./util.ts";
import {
RestBindParameters,
type RestBindParameters,
Statement,
STATEMENTS_TO_DB,
} from "./statement.ts";
import { BlobOpenOptions, SQLBlob } from "./blob.ts";
import { type BlobOpenOptions, SQLBlob } from "./blob.ts";

/** Various options that can be configured when opening Database connection. */
export interface DatabaseOpenOptions {
Expand Down

0 comments on commit 59ed440

Please sign in to comment.