scrivito
Version:
Scrivito is a professional, yet easy to use SaaS Enterprise Content Management Service, built for digital agencies and medium to large businesses. It is completely maintenance-free, cost-effective, and has unprecedented performance and security.
14 lines (13 loc) • 517 B
text/typescript
export {
OBJ_ID_PATTERN,
formatInternalLinks,
formatInternalUrl,
parseInternalUrl,
} from 'scrivito_sdk/link_resolution/format_internal_links';
export type { InternalUrl } from 'scrivito_sdk/link_resolution/format_internal_links';
export { setUrlResolutionHandler } from 'scrivito_sdk/link_resolution/resolve_url';
export type { ResolvedUrl } from 'scrivito_sdk/link_resolution/resolve_url';
export {
finishLinkResolutionFor,
startLinkResolutionFor,
} from 'scrivito_sdk/link_resolution/link_resolution';