Update .gitignore, add dist directory
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
import type { BUN_MARIADB_FieldSchemaType } from "../../types";
|
||||
/**
|
||||
* True when a field is a MariaDB native vector column.
|
||||
*/
|
||||
export default function isVectorField(field?: BUN_MARIADB_FieldSchemaType): boolean;
|
||||
Reference in New Issue
Block a user