文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/vue/jsx-runtime/index.d.ts
编辑文件内容
/* eslint-disable @typescript-eslint/prefer-ts-expect-error */ import type { NativeElements, ReservedProps, VNode } from '@vue/runtime-dom' /** * JSX namespace for usage with @jsxImportsSource directive * when ts compilerOptions.jsx is 'react-jsx' or 'react-jsxdev' * https://www.typescriptlang.org/tsconfig#jsxImportSource */ export { h as jsx, h as jsxDEV, Fragment } from '@vue/runtime-dom' export namespace JSX { export interface Element extends VNode {} export interface ElementClass { $props: {} } export interface ElementAttributesProperty { $props: {} } export interface IntrinsicElements extends NativeElements { // allow arbitrary elements // @ts-ignore suppress ts:2374 = Duplicate string index signature. [name: string]: any } export interface IntrinsicAttributes extends ReservedProps {} }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件