文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/unenv/runtime/node/os/index.d.ts
编辑文件内容
import type os from "node:os"; export { default as constants } from "./_constants"; export declare const availableParallelism: typeof os.availableParallelism; export declare const arch: typeof os.arch; export declare const machine: typeof os.machine; export declare const endianness: typeof os.endianness; export declare const cpus: typeof os.cpus; export declare const getPriority: typeof os.getPriority; export declare const setPriority: typeof os.setPriority; export declare const homedir: typeof os.homedir; export declare const tmpdir: typeof os.tmpdir; export declare const devNull: typeof os.devNull; export declare const freemem: typeof os.freemem; export declare const totalmem: typeof os.totalmem; export declare const loadavg: typeof os.loadavg; export declare const uptime: typeof os.uptime; export declare const hostname: typeof os.hostname; export declare const networkInterfaces: typeof os.networkInterfaces; export declare const platform: typeof os.platform; export declare const type: typeof os.type; export declare const release: typeof os.release; export declare const version: typeof os.version; export declare const userInfo: typeof os.userInfo; export declare const EOL: typeof os.EOL; declare const _default: typeof os; export default _default;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件