---
title: QuoteIdentifier
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/data-table/src/lib/sql-helpers.ts#L6
---

# QuoteIdentifier

## Summary

Function used to quote SQL identifiers for a dialect.

## Signature

```ts
type QuoteIdentifier = (value: string) => string;

```