文件操作 - index.d.mts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/untyped/dist/index.d.mts
编辑文件内容
import { I as InputObject, S as Schema, a as SchemaDefinition } from './shared/untyped.kR35CG5k.mjs'; export { F as FunctionArg, c as InputValue, b as JSType, J as JSValue, R as ResolveFn, T as TypeDescriptor } from './shared/untyped.kR35CG5k.mjs'; interface NormalizeSchemaOptions { ignoreDefaults?: boolean; } interface ResolveSchemaOptions extends NormalizeSchemaOptions { } declare function resolveSchema(obj: InputObject, defaults?: InputObject, options?: ResolveSchemaOptions): Promise<Schema>; declare function applyDefaults(ref: InputObject, input: InputObject): Promise<InputObject>; interface GenerateTypesOptions { interfaceName?: string; addExport?: boolean; addDefaults?: boolean; defaultDescription?: string; indentation?: number; allowExtraKeys?: boolean; partial?: boolean; } declare function generateTypes(schema: Schema, opts?: GenerateTypesOptions): string; declare function generateMarkdown(schema: Schema): string; declare function defineUntypedSchema(options: SchemaDefinition): SchemaDefinition; export { InputObject, Schema, SchemaDefinition, applyDefaults, defineUntypedSchema, generateMarkdown, generateTypes, resolveSchema };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件