Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
"use strict";
module.exports = {
getItem: () => Promise.resolve(),
setItem: () => Promise.resolve(),
removeItem: () => Promise.resolve(),
clear: () => Promise.resolve(),
length: () => Promise.resolve(),
key: () => Promise.resolve(),
};