UNPKG

@commercelayer/react-components

Version:
7 lines (6 loc) 182 B
/** * Check if the token is a sales channel token * @param accessToken The access token * @returns boolean */ export declare function isGuestToken(accessToken: string): boolean;