Skip to content

Commit

Permalink
fix: export types explicitly (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen authored Apr 4, 2024
1 parent 2320d30 commit 4aa5a4b
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 * from './schema'
export type * from './schema'

0 comments on commit 4aa5a4b

Please sign in to comment.