UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

7 lines (6 loc) 266 B
import { getAttrSpecs as _getAttrSpecs } from '../specs/get-attr-specs.js'; export function getAttrSpecs( // eslint-disable-next-line @typescript-eslint/prefer-readonly-parameter-types el, schema) { return _getAttrSpecs(el.localName, el.namespaceURI, schema); }