@jollytoad/store-no-op@0.4.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
No-op Storage Module
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
JSR Score
100%
Published
2 months ago (0.4.0)
f
clearItems
Does nothing, as this is not a real storage mechanism.
f
close
Does nothing, as this is not a real storage mechanism.
f
getItem
Always undefined, as this store holds no data.
f
hasItem
Always false, as this store holds no data.
f
isWritable
Always false, as this is not a real storage mechanism.
f
listItems
Lists nothing, as this store holds no data.
f
removeItem
Does nothing, as this is not a real storage mechanism.
f
setItem
Does nothing, as this is not a real storage mechanism.
f
url
Returns the import.meta.url
of the module.