UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

3 lines (2 loc) 124 B
import type { Namespace } from '@markuplint/ml-ast'; export declare function getNS(namespaceURI: string | null): Namespace;