UNPKG

@datev-research/mandat-shared-utils

Version:

Shared Utilities for the MANDAT B2B Showcase

4 lines (3 loc) 181 B
import { Session } from "@datev-research/mandat-shared-solid-oidc"; import { Store } from "n3"; export declare function fetchStoreOf(uri: string, session: Session): Promise<Store>;