文件操作 - volume-localstorage.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/memfs/lib/volume-localstorage.d.ts
编辑文件内容
import { Volume } from './volume'; export interface IStore { setItem(key: string, json: any): any; getItem(key: string): any; removeItem(key: string): any; } export declare class ObjectStore { obj: object; constructor(obj: any); setItem(key: string, json: any): void; getItem(key: string): any; removeItem(key: string): void; } export declare function createVolume(namespace: string, LS?: IStore | object): new (...args: any[]) => Volume;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件