Skip to content
Snippets Groups Projects
Commit c4ecdb36 authored by marihachi's avatar marihachi
Browse files

clean up

parent be39aab8
No related branches found
No related tags found
No related merge requests found
import peg from 'pegjs';
import { MfmNode, MfmPlainNode, TEXT } from './node';
import { MfmNode, MfmPlainNode } from './node';
import { stringifyNode, stringifyTree, inspectOne } from './util';
const parser: peg.Parser = require('./parser');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment