mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-05-04 14:29:01 +08:00
4 lines
131 B
JavaScript
4 lines
131 B
JavaScript
import { createParser } from './create.js';
|
|
import config from '../syntax/config/parser.js';
|
|
|
|
export default createParser(config);
|