Interface: FsCache
Contents
Methods
get()
get(
key
):Promise
<undefined
|string
>
Parameters
▪ key: string
Source
packages/wxt/src/types/index.ts:1232
set()
set(
key
,value
):Promise
<void
>
Parameters
▪ key: string
▪ value: string
Source
packages/wxt/src/types/index.ts:1231
Generated using typedoc-plugin-markdown and TypeDoc