@arc-publishing/sdk-amp
Version:
Arc AMP SDK to work with Google AMP Pages
7 lines • 303 B
JavaScript
export function isInjectableIdentity(identity) {
return (!!identity.heartbeat && typeof identity._selectedStorage === 'undefined');
}
export function isArcIdentity(identity) {
return !!identity.heartbeat && typeof identity._selectedStorage !== 'undefined';
}
//# sourceMappingURL=identity.js.map