UNPKG

@inrupt/solid-client

Version:

Make your web apps work with Solid Pods.

8 lines (7 loc) 243 B
import type { IriString } from "../interfaces"; /** * This function normalizes IRIs as managed by the server to ease accurate comparison. * @param iri * @hidden */ export declare function normalizeServerSideIri(iri: IriString): IriString;