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