astro-ghostcms/.pnpm-store/v3/files/8a/f028ede6f6706e66e486ade87ba...

9 lines
179 B
Plaintext

'use strict';
const create = require('./create.cjs');
const parser = require('../syntax/config/parser.cjs');
const index = create.createParser(parser);
module.exports = index;