文件操作 - index.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@redocly/openapi-core/lib/index.d.ts
编辑文件内容
export { BundleOutputFormat, readFileFromUrl, slash, doesYamlFileExist, isTruthy, getProxyAgent, pause, } from './utils'; export { Oas3_1Types } from './types/oas3_1'; export { Arazzo1Types } from './types/arazzo'; export { Oas3Types } from './types/oas3'; export { Oas2Types } from './types/oas2'; export { AsyncApi2Types } from './types/asyncapi2'; export { AsyncApi3Types } from './types/asyncapi3'; export { ConfigTypes } from './types/redocly-yaml'; export type { Oas3Definition, Oas3_1Definition, Oas3Components, Oas3PathItem, Oas3Paths, Oas3ComponentName, Oas3Schema, Oas3_1Schema, Oas3Tag, Oas3_1Webhooks, Referenced, OasRef, } from './typings/openapi'; export type { Oas2Definition } from './typings/swagger'; export type { StatsAccumulator, StatsName } from './typings/common'; export { normalizeTypes } from './types'; export { Stats } from './rules/other/stats'; export { Config, StyleguideConfig, RawConfig, RawUniversalConfig, IGNORE_FILE, Region, getMergedConfig, transformConfig, loadConfig, getConfig, findConfig, CONFIG_FILE_NAMES, RuleSeverity, createConfig, ResolvedApi, } from './config'; export { RedoclyClient } from './redocly'; export * from './redocly/domains'; export { Source, BaseResolver, Document, resolveDocument, ResolveError, YamlParseError, makeDocumentFromString, } from './resolve'; export { parseYaml, stringifyYaml } from './js-yaml'; export { unescapePointer, isRef, isAbsoluteUrl } from './ref-utils'; export { SpecMajorVersion, getMajorSpecVersion, SpecVersion, detectSpec, getTypes, } from './oas-types'; export { normalizeVisitors } from './visitors'; export { WalkContext, walkDocument, NormalizedProblem, ProblemSeverity, LineColLocationObject, LocationObject, Loc, } from './walk'; export { getAstNodeByPointer, getLineColLocation } from './format/codeframes'; export { formatProblems, OutputFormat, getTotals, Totals } from './format/format'; export { lint, lint as validate, lintDocument, lintFromString, lintConfig } from './lint'; export { bundle, bundleDocument, mapTypeToComponent, bundleFromString } from './bundle';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件