@wistia/wistia-player
Version:
An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.
7 lines • 314 B
TypeScript
/**
* Extracts the email from the pageUrl and returns it if found
* @param {string} pageUrl the url of the page
* @returns {string | null} the email if found, null otherwise
*/
export declare const extractEmailFromParams: (pageUrl: string) => string | null;
//# sourceMappingURL=extractEmailFromParams.d.ts.map