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.
1 parent 4fdeddd commit 5a61adcCopy full SHA for 5a61adc
local-tests/index.ts
@@ -4,6 +4,7 @@ import * as tinnyTests from './tests';
4
import { getEoaSessionSigs } from './setup/session-sigs/get-eoa-session-sigs';
5
import { getLitActionSessionSigs } from './setup/session-sigs/get-lit-action-session-sigs';
6
import { getPkpSessionSigs } from './setup/session-sigs/get-pkp-session-sigs';
7
+import { AccessControlConditions } from './setup/accs/accs';
8
9
export {
10
TinnyEnvironment,
@@ -13,6 +14,7 @@ export {
13
14
getEoaSessionSigs,
15
getLitActionSessionSigs,
16
getPkpSessionSigs,
17
+ AccessControlConditions
18
};
19
20
// Usage
0 commit comments