astro-ghostcms/.pnpm-store/v3/files/f7/15082820f432fb42c2e1c97def8...

7 lines
222 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { AbbreviationNode } from '@emmetio/abbreviation';
/**
* XSL transformer: removes `select` attributes from certain nodes that contain
* children
*/
export default function xsl(node: AbbreviationNode): void;