UNPKG

alcaeus

Version:

Hydra Core hypermedia-aware client library

4 lines 268 B
import type { NamedNode } from '@rdfjs/types'; import { HydraEnvironment, ResponseWrapper } from 'alcaeus-core'; export declare function trailingSlash(env: HydraEnvironment, response: ResponseWrapper): NamedNode | undefined; //# sourceMappingURL=trailingSlash.d.ts.map