aboutsummaryrefslogtreecommitdiff
path: root/_mint/parser/base.js
blob: a91ad99f84ea68ab11ec427bddf70b2696e7eb5f (plain)
1
2
3
4
5
6
module.exports = class MintParser {
    constructor() {
        return this;
    }

}