文件操作 - types.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/superjson/dist/types.d.ts
编辑文件内容
import { TypeAnnotation } from './transformer.js'; import { MinimisedTree, ReferentialEqualityAnnotations } from './plainer.js'; export declare type Class = { new (...args: any[]): any; }; export declare type PrimitiveJSONValue = string | number | boolean | undefined | null; export declare type JSONValue = PrimitiveJSONValue | JSONArray | JSONObject; export interface JSONArray extends Array<JSONValue> { } export interface JSONObject { [key: string]: JSONValue; } declare type ClassInstance = any; export declare type SerializableJSONValue = Symbol | Set<SuperJSONValue> | Map<SuperJSONValue, SuperJSONValue> | undefined | bigint | Date | ClassInstance | RegExp; export declare type SuperJSONValue = JSONValue | SerializableJSONValue | SuperJSONArray | SuperJSONObject; export interface SuperJSONArray extends Array<SuperJSONValue> { } export interface SuperJSONObject { [key: string]: SuperJSONValue; } export interface SuperJSONResult { json: JSONValue; meta?: { values?: MinimisedTree<TypeAnnotation>; referentialEqualities?: ReferentialEqualityAnnotations; }; } export {};
修改文件时间
将文件时间修改为当前时间的前一年
删除文件