Skip to content

Commit

Permalink
export escape_ident (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy authored Jul 17, 2024
1 parent 709af62 commit 423a150
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/data/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export { RecordId, StringRecordId } from "./types/recordid.ts";
export {
RecordId,
StringRecordId,
type RecordIdValue,
escape_ident,
} from "./types/recordid.ts";
export { Uuid } from "./types/uuid.ts";
export { Duration } from "./types/duration.ts";
export { Decimal } from "./types/decimal.ts";
Expand Down

0 comments on commit 423a150

Please sign in to comment.