6 lines
213 B
TypeScript
6 lines
213 B
TypeScript
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;
|