mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 04:49:45 -05:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
var createParser = require('./create');
|
|
var config = require('../syntax/config/parser');
|
|
|
|
module.exports = createParser(config);
|