Skip to content

Commit

Permalink
fix: correct type export to use .d.ts extension (#924)
Browse files Browse the repository at this point in the history
fix: clarify to export types from schema.d.ts
  • Loading branch information
kachick authored Apr 5, 2024
1 parent 4aa5a4b commit a347201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ type Validate = (query: ReadonlyArray<string> | Readonly<string>) => ReadonlyArr
export const schema: Schema
export const validate: Validate

export type * from './schema'
export type * from './schema.d.ts'

0 comments on commit a347201

Please sign in to comment.