forked from SolidOS/solid-logic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.d.ts
More file actions
13 lines (13 loc) · 927 Bytes
/
index.d.ts
File metadata and controls
13 lines (13 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
import { solidLogicSingleton } from './logic/solidLogicSingleton';
declare const authn: import("./types").AuthnLogic;
declare const authSession: import("./authSession/solidOidcAdapter").Session;
declare const store: import("rdflib").LiveStore;
export { ACL_LINK } from './acl/aclLogic';
export { offlineTestID, appContext } from './authn/authUtil';
export { getSuggestedIssuers } from './issuer/issuerLogic';
export { createTypeIndexLogic } from './typeIndex/typeIndexLogic';
export type { AppDetails, SolidNamespace, AuthenticationContext, SolidLogic, ChatLogic } from './types';
export { UnauthorizedError, CrossOriginForbiddenError, SameOriginForbiddenError, NotFoundError, FetchError, NotEditableError, WebOperationError } from './logic/CustomError';
export { solidLogicSingleton, // solidLogicSingleton is exported entirely because it is used in solid-panes
store, authn, authSession };
//# sourceMappingURL=index.d.ts.map