blob: 1d7e8c552752e137469122a3f046fd70e926dc82 (
plain) (
blame)
1
2
3
|
export const websiteId = (siteUrl: string): string => new URL("#website", siteUrl).toString();
export const personId = (siteUrl: string): string => new URL("#person", siteUrl).toString();
|