---
title: QuoteIdentifier
---

# QuoteIdentifier

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/data-table/src/lib/sql-helpers.ts#L6" target="_blank">View Source</a>

## Summary

Function used to quote SQL identifiers for a dialect.

## Signature

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

```