SourceTermAnalysisSystem_vue/node_modules/yaml-eslint-parser/lib/options.d.ts
2026-05-15 10:22:44 +08:00

6 lines
189 B
TypeScript

import type { DocumentOptions } from "yaml";
/**
* ESLint parserOptions to `yaml`'s Composer options.
*/
export declare function parserOptionsToYAMLOption(options: any): DocumentOptions;