Skip to content

Commit a347201

Browse files
authored
fix: correct type export to use .d.ts extension (#924)
fix: clarify to export types from schema.d.ts
1 parent 4aa5a4b commit a347201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ type Validate = (query: ReadonlyArray<string> | Readonly<string>) => ReadonlyArr
1414
export const schema: Schema
1515
export const validate: Validate
1616

17-
export type * from './schema'
17+
export type * from './schema.d.ts'

0 commit comments

Comments
 (0)