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