@inrupt/solid-client
Version:
Make your web apps work with Solid Pods.
7 lines (6 loc) • 355 B
TypeScript
import type { WithServerResourceInfo } from "../interfaces";
/**
* @param linkedAccessResource A Resource exposed via the Link header of another Resource with rel="acl".
* @returns Whether that Resource is an ACP ACR or not (in which case it's likely a WAC ACL).
*/
export declare function isAcr(linkedAccessResource: WithServerResourceInfo): boolean;