mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-26 06:07:35 +08:00
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
'use strict';
|
|
|
|
const create = require('./create.cjs');
|
|
const parser = require('../syntax/config/parser.cjs');
|
|
|
|
const index = create.createParser(parser);
|
|
|
|
module.exports = index;
|