UNPKG

@arc-publishing/sdk-amp

Version:
7 lines 303 B
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