文件操作 - localstorage.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/unstorage/drivers/localstorage.d.ts
编辑文件内容
export interface LocalStorageOptions { base?: string; window?: typeof window; windowKey?: "localStorage" | "sessionStorage"; storage?: typeof window.localStorage | typeof window.sessionStorage; /** @deprecated use `storage` option */ sessionStorage?: typeof window.sessionStorage; /** @deprecated use `storage` option */ localStorage?: typeof window.localStorage; } declare const _default: (opts: LocalStorageOptions | undefined) => import("..").Driver<LocalStorageOptions | undefined, Storage>; export default _default;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件