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

6 lines
198 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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;