mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:49:29 +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;
|