Skip to content

Commit e052b2d

Browse files
Explicit type exports
1 parent bff9fb8 commit e052b2d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/index.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,19 @@ export {
99
typeOf,
1010
} from './primitives'
1111
export type { StandardSchema } from './standard-schema'
12-
export type * from './types'
12+
export type {
13+
BaseOptions,
14+
EnhancedRequestInit,
15+
GetJson,
16+
GetText,
17+
HTTPMethod,
18+
JSONValue,
19+
PathParams,
20+
RequestTransformer,
21+
ResponseTransformer,
22+
SearchParams,
23+
ServiceRequestInit,
24+
TypedResponse,
25+
TypedResponseJson,
26+
TypedResponseText,
27+
} from './types'

0 commit comments

Comments
 (0)