astro-ghostcms/.pnpm-store/v3/files/f0/4d034a4b2c5dfc685adbd6ec3e2...

7 lines
205 B
Plaintext

import { Options } from './nodes/html';
/**
* Parses HTML and returns a root element
* Parse a chuck of HTML source.
*/
export default function valid(data: string, options?: Partial<Options>): boolean;