We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 911604b + e8e129f commit 921543fCopy full SHA for 921543f
src/index.ts
@@ -3,5 +3,6 @@ export * from '@prezly/uploads';
3
export { type Client as PrezlyClient, createClient as createPrezlyClient } from './Client';
4
5
export { type HeadersMap, ApiError } from './http';
6
+export { routing } from './routing';
7
export * from './endpoints';
8
export * from './types';
0 commit comments