UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

6 lines (5 loc) 203 B
/** * @returns The Webflow Site ID of the website. * @param page The page to get the site ID from. Defaults to the current page. */ export declare const getSiteId: (page?: Document) => string | null;