kjelsrud.dev/node_modules/emmet/dist/extract-abbreviation/is-html.d.ts

6 lines
198 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02: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;