@mappedin/viewer 0.41.4-8b2b2d3.0 → 0.41.4-b1ca4b8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11650 -11641
- package/dist/types/src/lib/utils/link-utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
export declare const ensureProtocol: (url: string) => string;
|
|
1
2
|
export declare const openLink: (link: string) => Window | null | undefined;
|
|
2
3
|
export declare const isValidLink: (link: string) => boolean;
|
|
3
4
|
export declare const isValidSocialLink: (social: string, link: string) => boolean;
|
|
4
5
|
export declare const isMappedinCdnUrl: (url: string) => boolean;
|
|
5
|
-
export declare const ensureProtocol: (url: string) => string;
|