UNPKG

@inrupt/solid-client

Version:

Make your web apps work with Solid Pods.

11 lines (10 loc) 297 B
/** * ```{note} * The ACP specification is a draft. As such, this function is experimental and * subject to change, even in a non-major release. * See also: https://solid.github.io/authorization-panel/acp-specification/ * ``` */ export interface DefaultOptions { fetch?: typeof fetch; }