/** * @module @markuplint/types * * Provides type checking utilities for HTML attribute values, * CSS syntax validation, and custom type definitions used by markuplint rules. */ export * from './whatwg/is-custom-element-name.js'; export * from './check.js'; export * from './check-base.js'; export * from './types.js';