UNPKG

emmet

Version:

Emmet — the essential toolkit for web-developers

7 lines (6 loc) 222 B
import type { AbbreviationNode } from '@emmetio/abbreviation'; /** * XSL transformer: removes `select` attributes from certain nodes that contain * children */ export default function xsl(node: AbbreviationNode): void;