UNPKG

@analytics/session-storage-utils

Version:
3 lines (2 loc) 385 B
import{hasSupport as t,wrap as e,get as o,set as s,remove as l}from"@analytics/global-storage-utils";const m="sessionStorage",r=t.bind(null,m),a=e(m,"getItem",o),i=e(m,"setItem",s),n=e(m,"removeItem",l);export{m as SESSION_STORAGE,a as getSessionItem,r as hasSessionStorage,n as removeSessionItem,i as setSessionItem}; //# sourceMappingURL=analytics-util-session-storage.modern.js.map