UNPKG

@markuplint/ml-spec

Version:

Types and schema that specs of the Markup languages for markuplint

6 lines (5 loc) 230 B
/** * @see https://html.spec.whatwg.org/multipage/dom.html#the-nothing-content-model * @see https://html.spec.whatwg.org/multipage/indices.html#elements-3 */ export declare function isNothingContentModel(el: Element): boolean;