文件操作 - type.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@redocly/ajv/dist/vocabularies/jtd/type.d.ts
编辑文件内容
import type { CodeKeywordDefinition } from "../../types"; import { _JTDTypeError } from "./error"; export type JTDTypeError = _JTDTypeError<"type", JTDType, JTDType>; export type IntType = "int8" | "uint8" | "int16" | "uint16" | "int32" | "uint32"; export declare const intRange: { [T in IntType]: [number, number, number]; }; export type JTDType = "boolean" | "string" | "timestamp" | "float32" | "float64" | IntType; declare const def: CodeKeywordDefinition; export default def;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件