UNPKG

@inrupt/solid-client

Version:

Make your web apps work with Solid Pods.

5 lines (4 loc) 227 B
import type { ThingPersisted } from "../../interfaces"; import type { WithAccessibleAcr } from "../acp"; /** @hidden */ export declare function getAccessControlResourceThing(resource: WithAccessibleAcr): ThingPersisted | null;