UNPKG

@m-ld/gateway

Version:

m-ld gateway for services

19 lines (18 loc) 448 B
/** TODO: export from m-ld */ export type Iri = string; export { UserKey } from './UserKey.js'; export declare const $vocab = "http://gw.m-ld.org/#"; export declare const gatewayContext: { '@vocab': string; naming: { '@type': string; }; remotesAuth: { '@type': string; }; }; /** * Obtains absolute IRIs in the Gateway vocabulary * @returns {string} */ export declare const gatewayVocab: (iri: Iri) => string;