We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a668b commit e40a843Copy full SHA for e40a843
src/kindle.ts
@@ -29,6 +29,9 @@ export type {
29
TLSClientResponseData,
30
} from "./tls-client-api.js";
31
32
+export { AuthSessionError } from "./errors/auth-session-error.js";
33
+export { UnexpectedResponseError } from "./errors/unexpected-response-error.js";
34
+
35
export type KindleConfiguration = {
36
/**
37
* Cookie string copied from your browser or exact
0 commit comments