mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
module.exports = {
|
|
localStorage: {
|
|
getItem: () => undefined,
|
|
setItem: () => {},
|
|
},
|
|
};
|