export default function put(key: any, value: T, prefix = "") { sessionStorage[`${prefix}${key}`] = JSON.stringify(value); }