4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
import tag from './tag';
|
|
import { Parser } from '../index';
|
|
export default function fragment(parser: Parser): typeof tag;
|