UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

5 lines (4 loc) 274 B
import type { ARIA } from '../types/aria.js'; import type { ARIAVersion } from '../types/index.js'; import type { ReadonlyDeep } from 'type-fest'; export declare function resolveVersion(aria: ReadonlyDeep<ARIA>, version: ARIAVersion): Omit<ReadonlyDeep<ARIA>, ARIAVersion>;