astro-ghostcms/.pnpm-store/v3/files/d8/71e58094ba1ddaa096627dfe7ec...

6 lines
198 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { BackwardScanner } from './reader.js';
/**
* Check if given readers current position points at the end of HTML tag
*/
export default function isHtml(scanner: BackwardScanner): boolean;