UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

4 lines (3 loc) 192 B
export declare const isSamePageUrl: (urlStr: string) => boolean; export declare const isExternalUrl: (urlStr: string) => boolean; export declare const getPathname: (urlStr: string) => string;