Skip to content

Commit

Permalink
WIP: export query function for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 17, 2024
1 parent e861ebb commit 2edce1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ export {
REQUEST_VC_URL_PARAM_NAME,
} from "./gConsent";

export {
query,
CredentialFilter,
CredentialResult,
} from "./gConsent/query/query";

// Add an API object to the exports to allow explicitly relying on the gConsent-based
// functions even when not relying on named exports.
export * as gConsent from "./gConsent";
Expand Down

0 comments on commit 2edce1d

Please sign in to comment.