@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 356 B
JavaScript
const e=()=>({type:`kv-adapter`,key:`passthrough`,get:async()=>null,set:async()=>{},has:async()=>!1,delete:async()=>{},getMany:async(e,t)=>t.keys.map(e=>({key:typeof e==`string`?e:e.key,value:null})),setMany:async()=>{},deleteMany:async()=>{},increment:async()=>({value:1}),clear:async()=>{}});export{e as default};
//# sourceMappingURL=passthrough.mjs.map