mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-17 01:19:12 +08:00
3 lines
122 B
Text
3 lines
122 B
Text
import tag from './tag';
|
|
import { Parser } from '../index';
|
|
export default function fragment(parser: Parser): typeof tag;
|