mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-28 08:02:16 +08:00
8 lines
176 B
JavaScript
8 lines
176 B
JavaScript
'use strict';
|
|
|
|
const create = require('./create.cjs');
|
|
const index$1 = require('../walker/index.cjs');
|
|
|
|
const index = create.createConvertor(index$1);
|
|
|
|
module.exports = index;
|